reset INSTANCE on main menu

This commit is contained in:
paukstelis
2022-02-05 12:44:04 -05:00
parent b9da3c0f13
commit b8791e7e3f

View File

@@ -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")