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 5a91442 commit 767c86eCopy full SHA for 767c86e
install/vst-install.sh
@@ -636,7 +636,7 @@ sed -i "s/%blowfish_secret%/$(gen_pass)/g" /etc/phpMyAdmin/config.inc.php
636
# Roundcube configuration
637
wget $CHOST/$VERSION/httpd-webmail.conf -O /etc/httpd/conf.d/roundcubemail.conf
638
wget $CHOST/$VERSION/roundcube-main.conf -O /etc/roundcubemail/main.inc.php
639
-wget $CHOST/D$VERSION/roundcube-db.conf -O /etc/roundcubemail/db.inc.php
+wget $CHOST/$VERSION/roundcube-db.conf -O /etc/roundcubemail/db.inc.php
640
wget $CHOST/$VERSION/roundcube-driver.php -O \
641
/usr/share/roundcubemail/plugins/password/drivers/vesta.php
642
wget $CHOST/$VERSION/roundcube-pw.conf -O \
0 commit comments