Browse Source

No need for silent

Ernesto Nicolás Carrea 5 years ago
parent
commit
770f48e8e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/module/php-fpm/add.inc

+ 1 - 1
bin/module/php-fpm/add.inc

@@ -87,7 +87,7 @@ hestia_module_php-fpm_add() {
     fi
     fi
 
 
     # Configure FPM
     # Configure FPM
-    osal_service_enable $php_prefix-fpm > /dev/null 2>&1
+    osal_service_enable $php_prefix-fpm
     pool_d=$(osal_php_fpm_pool_d $php_version)
     pool_d=$(osal_php_fpm_pool_d $php_version)
     if [ "$pool_d" ]; then
     if [ "$pool_d" ]; then
         mkdir -p $pool_d
         mkdir -p $pool_d