Skip to content

Commit 9b72c72

Browse files
committed
Supress a2enmod output for hestia-status.
1 parent f583c31 commit 9b72c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/versions/latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ if [ "$WEB_SYSTEM" = "apache2" ]; then
128128
cp -f $HESTIA_INSTALL_DIR/apache2/status.conf /etc/apache2/mods-available/hestia-status.conf
129129
cp -f /etc/apache2/mods-available/status.load /etc/apache2/mods-available/hestia-status.load
130130
a2dismod --quiet status > /dev/null 2>&1
131-
a2enmod --quiet hestia-status
131+
a2enmod --quiet hestia-status > /dev/null 2>&1
132132
rm --force /etc/apache2/mods-enabled/status.conf # a2dismod will not remove the file if it isn't a symlink
133133
fi
134134

0 commit comments

Comments
 (0)