refactor(moonraker.sh): fix throwing error

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-01 19:28:48 +02:00
parent 8e92ecf651
commit 6178bd9865

View File

@@ -92,7 +92,7 @@ function moonraker_setup_dialog(){
error_msg "Exiting Moonraker setup ...\n" error_msg "Exiting Moonraker setup ...\n"
break;; break;;
*) *)
invalid_option && print_error print_error "Invalid command!"
;; ;;
esac esac
fi fi