Skip to content

Commit 0c39ce3

Browse files
committed
Fix sieve installer error message.
Fixes hestiacp#2668
1 parent f74912f commit 0c39ce3

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
@@ -1838,7 +1838,7 @@ if [ "$sieve" = 'yes' ]; then
18381838
# Modify Roundcube config
18391839
mkdir -p $RC_CONFIG_DIR/plugins/managesieve
18401840
cp -f $HESTIA_INSTALL_DIR/roundcube/plugins/config_managesieve.inc.php $RC_CONFIG_DIR/plugins/managesieve/config.inc.php
1841-
ln -s $RC_CONFIG_DIR/plugins/managesieve/config.inc.php $RC_INSTALL_DIR/plugins/managesieve/config.inc.php\
1841+
ln -s $RC_CONFIG_DIR/plugins/managesieve/config.inc.php $RC_INSTALL_DIR/plugins/managesieve/config.inc.php
18421842
chown -R root:www-data $RC_CONFIG_DIR/
18431843
chmod 751 -R $RC_CONFIG_DIR
18441844
chmod 644 $RC_CONFIG_DIR/*.php

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ if [ "$sieve" = 'yes' ]; then
19021902
# Modify Roundcube config
19031903
mkdir -p $RC_CONFIG_DIR/plugins/managesieve
19041904
cp -f $HESTIA_INSTALL_DIR/roundcube/plugins/config_managesieve.inc.php $RC_CONFIG_DIR/plugins/managesieve/config.inc.php
1905-
ln -s $RC_CONFIG_DIR/plugins/managesieve/config.inc.php $RC_INSTALL_DIR/plugins/managesieve/config.inc.php\
1905+
ln -s $RC_CONFIG_DIR/plugins/managesieve/config.inc.php $RC_INSTALL_DIR/plugins/managesieve/config.inc.php
19061906
chown -R root:www-data $RC_CONFIG_DIR/
19071907
chmod 751 -R $RC_CONFIG_DIR
19081908
chmod 644 $RC_CONFIG_DIR/*.php

0 commit comments

Comments
 (0)