File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments