We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79036fe commit 1bf6b1fCopy full SHA for 1bf6b1f
2 files changed
install/hst-install-debian.sh
@@ -1637,7 +1637,7 @@ echo "[ * ] Install Roundcube..."
1637
1638
if [ "$mysql" == 'yes' ] && [ "$dovecot" == "yes" ]; then
1639
$HESTIA/bin/v-add-sys-roundcube
1640
- echo " WEBMAIL_ALIAS='webmail'" >> $HESTIA/conf/hestia.conf
+ echo "WEBMAIL_ALIAS='webmail'" >> $HESTIA/conf/hestia.conf
1641
fi
1642
1643
#----------------------------------------------------------#
install/hst-install-ubuntu.sh
@@ -1661,7 +1661,7 @@ echo "[ * ] Install Roundcube..."
1661
1662
1663
1664
1665
1666
1667
0 commit comments