diff --git a/sentora_update.sh b/sentora_update.sh index 4e35a4f..899e28f 100644 --- a/sentora_update.sh +++ b/sentora_update.sh @@ -193,7 +193,6 @@ elif [[ "$OS" = "Ubuntu" || "$OS" = "debian" ]]; then fi fi - # *************************************** # Sentora Installation/Update really starts here # *************************************** @@ -275,7 +274,7 @@ if [[ "$OS" = "CentOs" ]]; then if [[ "$VER" == "8" ]]; then systemctl enable "$HTTP_SERVICE.service" systemctl start "$HTTP_SERVICE.service" - elif [[ "$OS" = "Ubuntu" ]]; + else [[ "$OS" = "Ubuntu" ]]; chkconfig "$HTTP_SERVICE" on "/etc/init.d/$HTTP_SERVICE" start fi @@ -284,7 +283,7 @@ fi # Disable PHP EOL message for snuff in apache evrvars file if [[ "$OS" = "CentOs" ]]; then - # + echo 'will add later for Centos' else echo '' >> /etc/apache2/envvars @@ -293,14 +292,6 @@ else fi - - - - - - - - # ------------------------------------------------------------------------------- # ProFTPd Below # -------------------------------------------------------------------------------