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.
2 parents 5c7fd09 + eca2fdc commit eed9f3bCopy full SHA for eed9f3b
install/vst-install-ubuntu.sh
@@ -1153,6 +1153,9 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1153
mysql -e "GRANT ALL ON roundcube.*
1154
TO roundcube@localhost IDENTIFIED BY '$r'"
1155
sed -i "s/%password%/$r/g" /etc/roundcube/db.inc.php
1156
+ touch /var/log/roundcube/errors
1157
+ chmod 640 /var/log/roundcube/errors
1158
+ chown www-data:adm /var/log/roundcube/errors
1159
if [ "$release" = '16.04' ]; then
1160
mv /etc/roundcube/db.inc.php /etc/roundcube/debian-db-roundcube.php
1161
mv /etc/roundcube/main.inc.php /etc/roundcube/config.inc.php
0 commit comments