Add moonraker-telegram-bot by nlef #117

Merged
shavrin777 merged 40 commits from dev into master 2021-09-28 16:52:59 +02:00
Showing only changes of commit 68ccadb06f - Show all commits

View File

@@ -249,9 +249,9 @@ MoonrakerTelegramBot_status(){
mtbcount=$(expr $mtbcount + 1)
fi
done
if [ "$mtbccount" == "${#MoonrakerTelegramBot_data[*]}" ]; then
if [ "$mtbcount" == "${#MoonrakerTelegramBot_data[*]}" ]; then
MOONRAKERTELEGRAMBOT_STATUS="${green}Installed!${default} "
elif [ "$klsccount" == 0 ]; then
elif [ "$mtbcount" == 0 ]; then
MOONRAKERTELEGRAMBOT_STATUS="${red}Not installed!${default} "
else
MOONRAKERTELEGRAMBOT_STATUS="${yellow}Incomplete!${default} "