mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
fix for webmail password reset
This commit is contained in:
parent
f3f091b4bc
commit
5d32fa16d3
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ case $type in
|
|||
esac
|
||||
|
||||
|
||||
owner=$(grep "DOMAIN='$domain'" $conf | head -n 1 | cut -f7 -d '/')
|
||||
owner=$(grep -H "DOMAIN='$domain'" $conf | head -n 1 | cut -f7 -d '/')
|
||||
if [ -z "$owner" ]; then
|
||||
exit $E_NOTEXIST
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue