fix for webmail password reset

This commit is contained in:
Serghey Rodin 2013-02-11 18:34:29 +02:00
commit 5d32fa16d3
2 changed files with 2 additions and 2 deletions

View file

@ -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