We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f583c31 commit 9b72c72Copy full SHA for 9b72c72
install/upgrade/versions/latest.sh
@@ -128,7 +128,7 @@ if [ "$WEB_SYSTEM" = "apache2" ]; then
128
cp -f $HESTIA_INSTALL_DIR/apache2/status.conf /etc/apache2/mods-available/hestia-status.conf
129
cp -f /etc/apache2/mods-available/status.load /etc/apache2/mods-available/hestia-status.load
130
a2dismod --quiet status > /dev/null 2>&1
131
- a2enmod --quiet hestia-status
+ a2enmod --quiet hestia-status > /dev/null 2>&1
132
rm --force /etc/apache2/mods-enabled/status.conf # a2dismod will not remove the file if it isn't a symlink
133
fi
134
0 commit comments