change dir

This commit is contained in:
Evgenii
2021-09-19 17:32:00 +03:00
parent 436e039dc9
commit 9ed1e1623e

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!"
}