From 73b84c316157b324e2e7c42eb7183ac5df492b0a Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sun, 6 Nov 2022 08:27:02 -0500 Subject: [PATCH] menu --- octoprint_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 8406cb4..40108fd 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -986,7 +986,7 @@ remove_everything() { } utility_menu() { PS3='Select an option: ' - options+=("Instance Status" "USB Port Testing" "Sync Users" "Quit") + options=("Instance Status" "USB Port Testing" "Sync Users" "Quit") select opt in "${options[@]}" do case $opt in