From 269d18507fb08f643101c79da85c371280f6e2d4 Mon Sep 17 00:00:00 2001 From: dcoomber <47242934+dcoomber@users.noreply.github.com> Date: Sun, 27 Sep 2020 20:30:10 +0200 Subject: [PATCH] Corrected return code for bottoken error --- bashbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashbot.sh b/bashbot.sh index 0fe894f..cd6fd94 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -21,7 +21,7 @@ # - 4 unknown command # - 5 cannot connect to telegram bot # - 6 mandatory module not found -# - 6 can't get bottoken +# - 7 can't get bottoken # - 10 not bash! # shellcheck disable=SC2140,SC2031,SC2120,SC1091