We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa0eef commit 5fb5e2cCopy full SHA for 5fb5e2c
1 file changed
install/upgrade/0.10.0-190430.sh
@@ -6,7 +6,7 @@ HESTIA_BACKUP="/root/hst_upgrade/$(date +%d%m%Y%H%M)"
6
hestiacp="$HESTIA/install/deb"
7
8
# Add webmail alias variable to system configuration if non-existent
9
-webmail_alias_check=$(cat $HESTIA/conf/hestia.conf | grep WEBMAIL_ALIAS)
+WEBMAIL_ALIAS_CHECK=$(cat $HESTIA/conf/hestia.conf | grep WEBMAIL_ALIAS)
10
if [ -z "$WEBMAIL_ALIAS_CHECK" ]; then
11
echo "(*) Adding global webmail alias to system configuration..."
12
sed -i "/WEBMAIL_ALIAS/d" $HESTIA/conf/hestia.conf
0 commit comments