From 88eaa0fd94a2f5cac58147cf34a47990dacacd0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Mon, 29 Sep 2014 11:40:03 +0200 Subject: [PATCH] candi.sh: updated error message if package_verify() fails. --- candi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candi.sh b/candi.sh index f96e2a6..4c04aec 100755 --- a/candi.sh +++ b/candi.sh @@ -179,7 +179,7 @@ package_verify() { fi # Quit with a useful message if something goes wrong - quit_if_fail "Error verifying checksum for ${NAME}${PACKING}" + quit_if_fail "Error verifying checksum for ${NAME}${PACKING}\nMake sure that you are connected to the internet.\nIf a corrupted file has been downloaded, please remove\n ${DOWNLOAD_PATH}/${NAME}${PACKING}\nbefore you restart candi!" } -- 2.39.5