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 ad05c57 commit 4f54ff4Copy full SHA for 4f54ff4
install/vst-install-rhel.sh
@@ -1159,6 +1159,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1159
cd /usr/share/roundcubemail/plugins/password
1160
wget $vestacp/roundcube/vesta.php -O drivers/vesta.php
1161
wget $vestacp/roundcube/config.inc.php -O config.inc.php
1162
+ sed -i "s/localhost/$servername/g" /usr/share/roundcubemail/plugins/password/config.inc.php
1163
chmod a+r /etc/roundcubemail/*
1164
chmod -f 777 /var/log/roundcubemail
1165
r="$(gen_pass)"
0 commit comments