From 0e117c07ee35463dcf54bc275f4abe99610dfe80 Mon Sep 17 00:00:00 2001 From: DanielXYZ2000 Date: Fri, 27 Oct 2017 14:22:39 +0200 Subject: [PATCH] Change final message (#195) The current message does not say anything about the fact that no errors were found. Someone has to read the code to know that. Hence I suggest to detail this message --- check_config/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_config/run.sh b/check_config/run.sh index 16ad290..43587ec 100644 --- a/check_config/run.sh +++ b/check_config/run.sh @@ -37,4 +37,4 @@ then exit 1 fi -echo "[Info] Finish :)" +echo "[Info] Configuration check finished - no error found! :)"