diff --git a/lemper.sh b/lemper.sh index a72f282..2c802aa 100755 --- a/lemper.sh +++ b/lemper.sh @@ -145,11 +145,11 @@ case $1 in # Remove PHP echo -e "\nUninstalling PHP FPM...\n" - if [[ -n $(which which php-fpm5.6) \ - || -n $(which which php-fpm7.0) \ - || -n $(which which php-fpm7.1) \ - || -n $(which which php-fpm7.2) \ - || -n $(which which php-fpm7.3) ]]; then + if [[ -n $(which php-fpm5.6) \ + || -n $(which php-fpm7.0) \ + || -n $(which php-fpm7.1) \ + || -n $(which php-fpm7.2) \ + || -n $(which php-fpm7.3) ]]; then # Stop php5-fpm server service php5.6-fpm stop service php7.0-fpm stop diff --git a/scripts/install_tools.sh b/scripts/install_tools.sh index 16a163f..1300966 100755 --- a/scripts/install_tools.sh +++ b/scripts/install_tools.sh @@ -39,7 +39,7 @@ LEMPer and ngxTools support is available at
Thank you for using nginx, ngxTools, and LEMPer.
-Generated using LEMPer from Nginx vHost Tool, a simple nginx web server management tool.
+Generated using LEMPer from Nginx vHost Tool, a simple nginx web server management tool.