Skip to content

Commit 4f54ff4

Browse files
authored
Changing password_vesta_host to server hostname during installation
Ported from Debian installer
1 parent ad05c57 commit 4f54ff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/vst-install-rhel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
11591159
cd /usr/share/roundcubemail/plugins/password
11601160
wget $vestacp/roundcube/vesta.php -O drivers/vesta.php
11611161
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
11621163
chmod a+r /etc/roundcubemail/*
11631164
chmod -f 777 /var/log/roundcubemail
11641165
r="$(gen_pass)"

0 commit comments

Comments
 (0)