From 9a5f8d0ea4d0ddffb53312bfaced19adc9d37bd6 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 13 Feb 2013 15:21:17 +0200 Subject: [PATCH] password reset driver path --- 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 c888bc0a..d4838f03 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -573,7 +573,7 @@ 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/$VERSION/roundcube-db.conf -O /etc/roundcubemail/db.inc.php wget $CHOST/$VERSION/roundcube-driver.php -O \ - /usr/share/roundcubemail/plugins/password/vesta.php + /usr/share/roundcubemail/plugins/password/drivers/vesta.php wget $CHOST/$VERSION/roundcube-pw.conf -O \ /usr/share/roundcubemail/plugins/password/config.inc.php r="$(gen_pass)"