File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ case $type in
3737esac
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 ' /' )
4141if [ -z " $owner " ]; then
4242 exit $E_NOTEXIST
4343fi
Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ wget $CHOST/$VERSION/httpd-webmail.conf -O /etc/httpd/conf.d/roundcubemail.conf
573573wget $CHOST /$VERSION /roundcube-main.conf -O /etc/roundcubemail/main.inc.php
574574wget $CHOST /$VERSION /roundcube-db.conf -O /etc/roundcubemail/db.inc.php
575575wget $CHOST /$VERSION /roundcube-driver.php -O \
576- /usr/share/roundcubemail/plugins/password/vesta.php
576+ /usr/share/roundcubemail/plugins/password/drivers/ vesta.php
577577wget $CHOST /$VERSION /roundcube-pw.conf -O \
578578 /usr/share/roundcubemail/plugins/password/config.inc.php
579579r=" $( gen_pass) "
You can’t perform that action at this time.
0 commit comments