From 33a9fb6aa2a466a3f169617e72a169d32fdc6362 Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Fri, 11 Mar 2016 15:14:37 +0100 Subject: [PATCH] Add a better message --- setup/preflight.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/preflight.sh b/setup/preflight.sh index c83af345..e395ddee 100644 --- a/setup/preflight.sh +++ b/setup/preflight.sh @@ -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