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 ..." } #############################################################