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 9ed1e1623e - Show all commits

View File

@@ -53,7 +53,7 @@ MoonrakerTelegramBot_setup(){
cd ${HOME} && git clone $NLEF_REPO
ok_msg "Download complete!"
status_msg "Installing MoonrakerTelegramBot ..."
$MOONRAKERTELEGRAMBOT_DIR/install.sh
$MOONRAKERTELEGRAMBOT_DIR/scripts/install.sh
echo; ok_msg "MoonrakerTelegramBot successfully installed!"
}