From b8791e7e3f534261260594506ac4b0303dd929dd Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sat, 5 Feb 2022 12:44:04 -0500 Subject: [PATCH] reset INSTANCE on main menu --- octoprint_deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index d199978..a86e682 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -530,10 +530,13 @@ prepare () { main_menu } main_menu() { + #reset UDEV='' TEMPUSB='' CAM='' TEMPUSBCAM='' + INSTANCE='' + INSTALL='' PS3='Select operation: ' if [ -f "/etc/octoprint_instances" ]; then options=("New instance" "Delete instance" "Add Camera" "USB port testing" "Quit")