From 767c86e31e731aa6de3373724911293466aeb1a3 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 7 Jun 2013 12:34:29 +0300 Subject: [PATCH] removed artefact from installer --- install/vst-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/vst-install.sh b/install/vst-install.sh index 83feb23f..b3be7882 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -636,7 +636,7 @@ sed -i "s/%blowfish_secret%/$(gen_pass)/g" /etc/phpMyAdmin/config.inc.php # Roundcube configuration wget $CHOST/$VERSION/httpd-webmail.conf -O /etc/httpd/conf.d/roundcubemail.conf wget $CHOST/$VERSION/roundcube-main.conf -O /etc/roundcubemail/main.inc.php -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 wget $CHOST/$VERSION/roundcube-driver.php -O \ /usr/share/roundcubemail/plugins/password/drivers/vesta.php wget $CHOST/$VERSION/roundcube-pw.conf -O \