diff --git a/scripts/moonraker.sh b/scripts/moonraker.sh index 51f9f01..995dff5 100644 --- a/scripts/moonraker.sh +++ b/scripts/moonraker.sh @@ -99,7 +99,7 @@ function moonraker_setup_dialog(){ while true; do ((moonraker_count == 1)) && local question="Install Moonraker?" ((moonraker_count > 1)) && local question="Install ${moonraker_count} Moonraker instances?" - read -p "${cyan}###### ${question}? (Y/n):${white} " yn + read -p "${cyan}###### ${question} (Y/n):${white} " yn case "${yn}" in Y|y|Yes|yes|"") select_msg "Yes"