Browse Source

Comments, new lines

Ernesto Nicolás Carrea 5 years ago
parent
commit
5a6a9d341f
1 changed files with 10 additions and 2 deletions
  1. 10 2
      bin/package/web-server/integrate.inc

+ 10 - 2
bin/package/web-server/integrate.inc

@@ -44,7 +44,7 @@ hestia_package_web-server_integrate() {
         PROXY_SSL_PORT=''
         osal_kv_write $HESTIA_CONF_MODULES/nginx.conf 'service_name' $OSAL_SERVICE_NGINX
     else
-        echo "Remove Web module setup..."
+        echo "Setup web module (no web server)..."
         WEB_SYSTEM=''
         WEB_RGROUPS=''
         WEB_PORT='80'
@@ -64,7 +64,9 @@ hestia_package_web-server_integrate() {
     osal_kv_write $HESTIA/conf/hestia.conf 'PROXY_PORT' $PROXY_PORT
     osal_kv_write $HESTIA/conf/hestia.conf 'PROXY_SSL_PORT' $PROXY_SSL_PORT
 
-    # *** PHP-FPM
+
+
+    # *** PHP (FPM and CLI)
     if hestia_module_isinstalled 'php'; then
         echo "Integrating PHP..."
         source $HESTIA/bin/module/php/func.inc
@@ -97,6 +99,8 @@ hestia_package_web-server_integrate() {
         fi
     fi
 
+
+
     # *** Rebuild IPs and domains
     if [ "$apache_installed" ] || [ "$nginx_installed" ] ; then
         # Install default success page
@@ -116,6 +120,8 @@ hestia_package_web-server_integrate() {
         done
     fi
 
+
+
     # phpMyAdmin
     if hestia_module_isinstalled 'phpmyadmin'; then
         echo "Integrating phpMyAdmin..."
@@ -136,6 +142,8 @@ hestia_package_web-server_integrate() {
         fi
     fi
 
+
+
     # Start web server and proxy
     if [ "$apache_installed" ]; then
         osal_service_enable $OSAL_SERVICE_APACHE