Skip to content

Commit 5d32fa1

Browse files
committed
fix for webmail password reset
1 parent f3f091b commit 5d32fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/v-search-domain-owner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ case $type in
3737
esac
3838

3939

40-
owner=$(grep "DOMAIN='$domain'" $conf | head -n 1 | cut -f7 -d '/')
40+
owner=$(grep -H "DOMAIN='$domain'" $conf | head -n 1 | cut -f7 -d '/')
4141
if [ -z "$owner" ]; then
4242
exit $E_NOTEXIST
4343
fi

install/vst-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ wget $CHOST/$VERSION/httpd-webmail.conf -O /etc/httpd/conf.d/roundcubemail.conf
573573
wget $CHOST/$VERSION/roundcube-main.conf -O /etc/roundcubemail/main.inc.php
574574
wget $CHOST/$VERSION/roundcube-db.conf -O /etc/roundcubemail/db.inc.php
575575
wget $CHOST/$VERSION/roundcube-driver.php -O \
576-
/usr/share/roundcubemail/plugins/password/vesta.php
576+
/usr/share/roundcubemail/plugins/password/drivers/vesta.php
577577
wget $CHOST/$VERSION/roundcube-pw.conf -O \
578578
/usr/share/roundcubemail/plugins/password/config.inc.php
579579
r="$(gen_pass)"

0 commit comments

Comments
 (0)