File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1218,7 +1218,7 @@ if [ "$apache" = 'yes' ]; then
12181218 a2enmod ssl > /dev/null 2>&1
12191219 a2enmod actions > /dev/null 2>&1
12201220 a2dismod --quiet status > /dev/null 2>&1
1221- a2enmod --quiet hestia-status
1221+ a2enmod --quiet hestia-status > /dev/null 2>&1
12221222
12231223 if [ " $phpfpm " = ' yes' ]; then
12241224 # Disable prefork and php, enable event
Original file line number Diff line number Diff line change @@ -1252,7 +1252,7 @@ if [ "$apache" = 'yes' ]; then
12521252 a2enmod ssl > /dev/null 2>&1
12531253 a2enmod actions > /dev/null 2>&1
12541254 a2dismod --quiet status > /dev/null 2>&1
1255- a2enmod --quiet hestia-status
1255+ a2enmod --quiet hestia-status > /dev/null 2>&1
12561256
12571257 # Enable mod_ruid/mpm_itk or mpm_event
12581258 if [ " $phpfpm " = ' yes' ]; then
You can’t perform that action at this time.
0 commit comments