exchanging errex with echo

This commit is contained in:
Georg Lauterbach 2021-02-14 22:09:33 +01:00
parent 227719ee0d
commit ddf2bc2567
No known key found for this signature in database
GPG Key ID: 2FDC58699AF121C6
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ fi
errex "Mailbox couldn't be deleted."
fi
else
errex "Mailbox directory '/var/mail/${MAILARR[1]}/${MAILARR[0]}' does not exist."
echo "Mailbox directory '/var/mail/${MAILARR[1]}/${MAILARR[0]}' did not exist."
fi
done