fix(moonraker.sh): typo
Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
@@ -99,7 +99,7 @@ function moonraker_setup_dialog(){
|
|||||||
while true; do
|
while true; do
|
||||||
((moonraker_count == 1)) && local question="Install Moonraker?"
|
((moonraker_count == 1)) && local question="Install Moonraker?"
|
||||||
((moonraker_count > 1)) && local question="Install ${moonraker_count} Moonraker instances?"
|
((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
|
case "${yn}" in
|
||||||
Y|y|Yes|yes|"")
|
Y|y|Yes|yes|"")
|
||||||
select_msg "Yes"
|
select_msg "Yes"
|
||||||
|
|||||||
Reference in New Issue
Block a user