Skip to content

Commit 4cfc45a

Browse files
Merge pull request hestiacp#776 from dpeca/patch-4
Changing password_vesta_host to server hostname
2 parents 7d84ff7 + fb11b19 commit 4cfc45a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/vst-install-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
10731073
mysql -e "CREATE DATABASE roundcube"
10741074
mysql -e "GRANT ALL ON roundcube.* TO roundcube@localhost IDENTIFIED BY '$r'"
10751075
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
10761077
mysql roundcube < /usr/share/dbconfig-common/data/roundcube/install/mysql
10771078
chmod a+r /etc/roundcube/main.inc.php
10781079
if [ "$release" -eq 8 ]; then

0 commit comments

Comments
 (0)