Skip to content

Commit a877f39

Browse files
author
Kristan Kenney
committed
Silence output for hestia-status during install
1 parent 804184d commit a877f39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)