Skip to content

Commit ea060ae

Browse files
author
Kristan Kenney
committed
Update detection of Roundcube during installation
1 parent 740a5b0 commit ea060ae

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
@@ -1501,7 +1501,7 @@ fi
15011501
# Configure Roundcube #
15021502
#----------------------------------------------------------#
15031503

1504-
if [ "$dovecot" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1504+
if [ "$dovecot" = 'yes' ] && [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
15051505
if [ "$apache" = 'yes' ]; then
15061506
cp -f $hestiacp/roundcube/apache.conf /etc/roundcube/
15071507
ln -s /etc/roundcube/apache.conf /etc/apache2/conf.d/roundcube.conf

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ fi
14551455
# Configure Roundcube #
14561456
#----------------------------------------------------------#
14571457

1458-
if [ "$dovecot" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1458+
if [ "$dovecot" = 'yes' ] && [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
14591459
if [ "$apache" = 'yes' ]; then
14601460
cp -f $hestiacp/roundcube/apache.conf /etc/roundcube/
14611461
ln -s /etc/roundcube/apache.conf /etc/apache2/conf.d/roundcube.conf

0 commit comments

Comments
 (0)