backup menu fix

This commit is contained in:
paukstelis
2022-11-06 08:45:16 -05:00
parent 3c941375f0
commit e43e936793
2 changed files with 4 additions and 3 deletions

View File

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

View File

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