diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index a96c210..d199978 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -530,6 +530,10 @@ prepare () { main_menu } main_menu() { + UDEV='' + TEMPUSB='' + CAM='' + TEMPUSBCAM='' PS3='Select operation: ' if [ -f "/etc/octoprint_instances" ]; then options=("New instance" "Delete instance" "Add Camera" "USB port testing" "Quit")