We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f3045 commit 8b8b0f8Copy full SHA for 8b8b0f8
install/hst-install-ubuntu.sh
@@ -1231,7 +1231,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1231
touch /var/log/roundcube/errors
1232
chmod 640 /var/log/roundcube/errors
1233
chown www-data:adm /var/log/roundcube/errors
1234
- if [ "$release" = '16.04' ]; then
+ if [ "$release" = '16.04' ] || [ "$release" = '18.04' ]; then
1235
mv /etc/roundcube/db.inc.php /etc/roundcube/debian-db-roundcube.php
1236
mv /etc/roundcube/main.inc.php /etc/roundcube/config.inc.php
1237
chmod 640 /etc/roundcube/debian-db-roundcube.php
0 commit comments