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 9023485 commit c28e525Copy full SHA for c28e525
install/upgrade/versions/1.00.0-190618.sh
@@ -247,7 +247,7 @@ if [ -z "$IMAP_SYSTEM" ]; then
247
fi
248
249
# Remove Webalizer and set AWStats as default
250
-WEBALIAZER_CHECK=$(cat $HESTIA/conf/hestia.conf | grep webalizer)
+WEBALIZER_CHECK=$(cat $HESTIA/conf/hestia.conf | grep webalizer)
251
if [ ! -z "$WEBALIZER_CHECK" ]; then
252
echo "(*) Removing Webalizer and setting AWStats as default web statistics backend..."
253
apt purge webalizer -y > /dev/null 2>&1
0 commit comments