Skip to content

Commit 59fa3bb

Browse files
committed
Remove 2 un wanted spaces in config
1 parent ac85a04 commit 59fa3bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ echo "[ * ] Install Roundcube..."
16371637

16381638
if [ "$mysql" == 'yes' ] && [ "$dovecot" == "yes" ]; then
16391639
$HESTIA/bin/v-add-sys-roundcube
1640-
echo " WEBMAIL_ALIAS='webmail'" >> $HESTIA/conf/hestia.conf
1640+
echo "WEBMAIL_ALIAS='webmail'" >> $HESTIA/conf/hestia.conf
16411641
fi
16421642

16431643
#----------------------------------------------------------#

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ echo "[ * ] Install Roundcube..."
16611661

16621662
if [ "$mysql" == 'yes' ] && [ "$dovecot" == "yes" ]; then
16631663
$HESTIA/bin/v-add-sys-roundcube
1664-
echo " WEBMAIL_ALIAS='webmail'" >> $HESTIA/conf/hestia.conf
1664+
echo "WEBMAIL_ALIAS='webmail'" >> $HESTIA/conf/hestia.conf
16651665
fi
16661666

16671667

0 commit comments

Comments
 (0)