From 0c195afe2279aa4386086a468e1baf9128811f4e Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sun, 4 Jun 2023 17:42:03 -0400 Subject: [PATCH] add no streamer option properly --- octoprint_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index c22ce41..78c4cf9 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -945,6 +945,7 @@ streamer_install() { break ;; "None") + VID=3 break ;; *) echo "invalid option $REPLY";;