From: Uwe Köcher Date: Mon, 29 Sep 2014 09:40:03 +0000 (+0200) Subject: candi.sh: updated error message if package_verify() fails. X-Git-Tag: v0.4~52 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88eaa0fd94a2f5cac58147cf34a47990dacacd0b;p=candi.git candi.sh: updated error message if package_verify() fails. --- 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!" }