Update comments

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun
2019-04-10 21:19:09 +09:00
parent 62246b984f
commit 2db20cd08e
2 changed files with 1 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ php_modules_preinstall_settings(){
echo
echo "${php} available modules:"
echo
# delete some modules & change some module version
if [ "${php}" == "${php5_6_filename}" ]; then
php_modules_arr=(${php_modules_arr[@]#${php_libsodium_filename}})

View File

@@ -198,7 +198,7 @@ display_menu_multi(){
fi
prompt="Please input one or more number between 1 and ${arr_len} ${default_prompt} (for example: 1 2 3): "
echo "-------------------------- $soft install --------------------------"
echo -e "\n-------------------------- ${soft} install --------------------------\n"
echo
for ((i=1;i<=${arr_len};i++ )); do
vname="$(get_valid_valname ${arr[$i-1]})"