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 ce3c5e7 + dfdaf8d commit 753f1aeCopy full SHA for 753f1ae
install/vst-install-rhel.sh
@@ -1171,6 +1171,8 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1171
mysql -e "CREATE DATABASE roundcube"
1172
mysql -e "GRANT ALL ON roundcube.* TO roundcube@localhost IDENTIFIED BY '$r'"
1173
sed -i "s/%password%/$r/g" /etc/roundcubemail/config.inc.php
1174
+ chmod 640 /etc/roundcubemail/config.inc.php
1175
+ chown root:apache /etc/roundcubemail/config.inc.php
1176
if [ -e "/usr/share/roundcubemail/SQL/mysql.initial.sql" ]; then
1177
mysql roundcube < /usr/share/roundcubemail/SQL/mysql.initial.sql
1178
else
0 commit comments