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