Add a better message

This commit is contained in:
Michael Kroes 2016-03-11 15:14:37 +01:00
parent 0bc5d20e8f
commit 33a9fb6aa2
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@ fi
# Check that no .wgetrc exists
if [ -e ~/.wgetrc ]; then
echo "Mail-in-a-Box expects no default overrides to wget"
echo "Mail-in-a-Box expects no overrides to wget defaults, ~/.wgetrc exists"
exit
fi