Przeglądaj źródła

Remove unwanted space in hestia.conf

Jaap Marcus 5 lat temu
rodzic
commit
1bf6b1f943
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -1637,7 +1637,7 @@ echo "[ * ] Install Roundcube..."
 
 
 if [ "$mysql" == 'yes' ] && [ "$dovecot" == "yes" ]; then
 if [ "$mysql" == 'yes' ] && [ "$dovecot" == "yes" ]; then
     $HESTIA/bin/v-add-sys-roundcube 
     $HESTIA/bin/v-add-sys-roundcube 
-    echo " WEBMAIL_ALIAS='webmail'" >> $HESTIA/conf/hestia.conf
+    echo "WEBMAIL_ALIAS='webmail'" >> $HESTIA/conf/hestia.conf
 fi
 fi
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -1661,7 +1661,7 @@ echo "[ * ] Install Roundcube..."
 
 
 if [ "$mysql" == 'yes' ] && [ "$dovecot" == "yes" ]; then
 if [ "$mysql" == 'yes' ] && [ "$dovecot" == "yes" ]; then
     $HESTIA/bin/v-add-sys-roundcube 
     $HESTIA/bin/v-add-sys-roundcube 
-    echo " WEBMAIL_ALIAS='webmail'" >> $HESTIA/conf/hestia.conf
+    echo "WEBMAIL_ALIAS='webmail'" >> $HESTIA/conf/hestia.conf
 fi
 fi