From 5392e2a9ab86a1c35cfccb71dd29cd588cf7114b Mon Sep 17 00:00:00 2001 From: th33xitus <> Date: Sat, 22 Aug 2020 19:18:27 +0200 Subject: [PATCH] add: status message for starting installation --- scripts/install_dwc2.sh | 1 + scripts/install_moonraker.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/install_dwc2.sh b/scripts/install_dwc2.sh index 8f2cc4d..fcc1080 100755 --- a/scripts/install_dwc2.sh +++ b/scripts/install_dwc2.sh @@ -116,6 +116,7 @@ get_user_selections_dwc2(){ break done fi + status_msg "Installation will start now! Please wait ..." } ############################################################# diff --git a/scripts/install_moonraker.sh b/scripts/install_moonraker.sh index 49bc3bd..95340fb 100755 --- a/scripts/install_moonraker.sh +++ b/scripts/install_moonraker.sh @@ -170,6 +170,7 @@ get_user_selections_moonraker(){ break done fi + status_msg "Installation will start now! Please wait ..." } #############################################################