Ernesto Nicolás Carrea 5 years ago
parent
commit
9eb023ce27
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bin/module/exim/remove.inc

+ 2 - 2
bin/module/exim/remove.inc

@@ -17,8 +17,8 @@ hestia_module_exim_remove() {
 
     echo "Removing MTA (Exim) module..."
 
-    osal_service_stop $OSAL_SERVICE_EXIM
-    osal_service_disable $OSAL_SERVICE_EXIM
+    osal_service_stop $OSAL_SERVICE_EXIM > /dev/null 2>&1
+    osal_service_disable $OSAL_SERVICE_EXIM > /dev/null 2>&1
 
     hestia_config_backup 'exim-remove' $OSAL_PATH_EXIM_CONF