From 2db20cd08e020ee3fba09613a7a01d36b917e5df Mon Sep 17 00:00:00 2001 From: Teddysun Date: Wed, 10 Apr 2019 21:19:09 +0900 Subject: [PATCH] Update comments Signed-off-by: Teddysun --- include/php-modules.sh | 1 - include/public.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/php-modules.sh b/include/php-modules.sh index c2390c8..29ec66e 100644 --- a/include/php-modules.sh +++ b/include/php-modules.sh @@ -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}}) diff --git a/include/public.sh b/include/public.sh index 4b85cd9..0c925a5 100644 --- a/include/public.sh +++ b/include/public.sh @@ -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]})"