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 7d84ff7 + fb11b19 commit 4cfc45aCopy full SHA for 4cfc45a
install/vst-install-debian.sh
@@ -1073,6 +1073,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1073
mysql -e "CREATE DATABASE roundcube"
1074
mysql -e "GRANT ALL ON roundcube.* TO roundcube@localhost IDENTIFIED BY '$r'"
1075
sed -i "s/%password%/$r/g" /etc/roundcube/db.inc.php
1076
+ sed -i "s/localhost/$servername/g" /etc/roundcube/plugins/password/config.inc.php
1077
mysql roundcube < /usr/share/dbconfig-common/data/roundcube/install/mysql
1078
chmod a+r /etc/roundcube/main.inc.php
1079
if [ "$release" -eq 8 ]; then
0 commit comments