|
|
@@ -65,7 +65,9 @@ hestia_module_php-fpm_del() {
|
|
|
|
|
|
osal_kv_write $HESTIA_CONF_MODULES/php-fpm.conf "php${php_withoutdot}_present" '0'
|
|
|
|
|
|
- hestia module php-fpm integrate
|
|
|
+ if [ ! "$param_without_no_integrate" ]; then
|
|
|
+ hestia module php-fpm integrate
|
|
|
+ fi
|
|
|
|
|
|
log_history "removed php-fpm $phpversion" '' 'admin'
|
|
|
|