From 647492c98959d1c5fab7745f35be53985d07f5ab Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Fri, 1 Jan 2021 19:56:19 +0100 Subject: [PATCH] error code 5 description --- bashbot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashbot.sh b/bashbot.sh index f479fbc..e9b2dbf 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -20,13 +20,13 @@ # 2 - can't write to tmp, count or token # 3 - user / command / file not found # 4 - unknown command -# 5 - cannot connect to telegram bot +# 5 - cannot start, stop or get status # 6 - mandatory module not found # 7 - can't get bottoken # 8 - curl/wget missing # 10 - not bash! # -#### $$VERSION$$ v1.21-pre-7-g74dfdd7 +#### $$VERSION$$ v1.21-pre-8-g7b6a6ca ################################################################## # shellcheck disable=SC2140,SC2031,SC2120,SC1091,SC1117,SC2059