From e43e936793c06b42d46348ec2cf96b516c915e0e Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sun, 6 Nov 2022 08:45:16 -0500 Subject: [PATCH] backup menu fix --- README.md | 5 +++-- octoprint_deploy.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fda665..1dd73b4 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,9 @@ These files provide a bash script for quickly deploying multiple octoprint insta * Change udev rules for an instance with `sudo octoprint_deploy/octoprint_deploy.sh replace` * Always a good idea to update octoprint_deploy from time-to-time with `git -C octoprint_deploy pull` # Recent Changes -* Add detection for ch34x driver. This is used by Weedo printers and must be compiled. -* Utility sub-menu +* Add detection for ch34x driver. This is used by Weedo printers and must be compiled separately. +* Utility sub-menu for less used options. +* Share Uploads option which will set the same upload directory for all instances. * Filter out `generic` instance from lists where it does not need to be. * Added `Instance Status` option which will report the status of each instance (as seen been systemctl status). * Added `Sync Users` option. It will copy users.yaml file from selected instances to all other instances (including template) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index bdd2b12..476594d 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -1017,7 +1017,7 @@ utility_menu() { backup_menu() { PS3='Select an option: ' - options+=("Create Backup" "Restore Backup" "Quit") + options=("Create Backup" "Restore Backup" "Quit") select opt in "${options[@]}" do case $opt in