Skip to content

Commit 8b8b0f8

Browse files
committed
Fix roundcube configuration files for release 18.04.
1 parent c6f3045 commit 8b8b0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
12311231
touch /var/log/roundcube/errors
12321232
chmod 640 /var/log/roundcube/errors
12331233
chown www-data:adm /var/log/roundcube/errors
1234-
if [ "$release" = '16.04' ]; then
1234+
if [ "$release" = '16.04' ] || [ "$release" = '18.04' ]; then
12351235
mv /etc/roundcube/db.inc.php /etc/roundcube/debian-db-roundcube.php
12361236
mv /etc/roundcube/main.inc.php /etc/roundcube/config.inc.php
12371237
chmod 640 /etc/roundcube/debian-db-roundcube.php

0 commit comments

Comments
 (0)