Skip to content

Commit 767c86e

Browse files
committed
removed artefact from installer
1 parent 5a91442 commit 767c86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ sed -i "s/%blowfish_secret%/$(gen_pass)/g" /etc/phpMyAdmin/config.inc.php
636636
# Roundcube configuration
637637
wget $CHOST/$VERSION/httpd-webmail.conf -O /etc/httpd/conf.d/roundcubemail.conf
638638
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
639+
wget $CHOST/$VERSION/roundcube-db.conf -O /etc/roundcubemail/db.inc.php
640640
wget $CHOST/$VERSION/roundcube-driver.php -O \
641641
/usr/share/roundcubemail/plugins/password/drivers/vesta.php
642642
wget $CHOST/$VERSION/roundcube-pw.conf -O \

0 commit comments

Comments
 (0)