From f4a65dd77b5ae1268b676861c6f1d44cc7fc2aac Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Sun, 12 Feb 2023 15:57:30 +0100 Subject: [PATCH] fix: set value when no streaming is selected --- octoprint_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index f7bb02c..819ec13 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -874,6 +874,7 @@ prepare () { break ;; "None") + VID=3 break ;; *) echo "invalid option $REPLY";;