We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b903f commit 7a0b661Copy full SHA for 7a0b661
1 file changed
install/upgrade/0.10.0-190430.sh
@@ -288,7 +288,7 @@ fi
288
289
# Remove Webalizer and set AWStats as default
290
WEBALIAZER_CHECK=$(cat $HESTIA/conf/hestia.conf | grep webalizer)
291
-if [ ! -z "$WEBALIZER_CHECK " ]; then
+if [ ! -z "$WEBALIZER_CHECK" ]; then
292
echo "(*) Removing Webalizer and setting AWStats as default web statistics backend..."
293
apt purge webalizer -y > /dev/null 2>&1
294
sed -i "s/STATS_SYSTEM='webalizer,awstats'/STATS_SYSTEM='awstats'/g" $HESTIA/conf/hestia.conf
0 commit comments