From 1f1f0d52c904db98b531752c9d1b0f4dfe0ade9c Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sat, 14 May 2022 20:34:08 -0400 Subject: [PATCH] quick fix --- octoprint_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index a755646..7daf1f4 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -508,6 +508,7 @@ prepare () { "Fedora 35+") INSTALL=6 break + ;; "Quit") exit 1 ;;