Corrected return code for bottoken error

This commit is contained in:
dcoomber 2020-09-27 20:30:10 +02:00
parent dd47dd6626
commit 269d18507f
1 changed files with 1 additions and 1 deletions

View File

@ -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