backup menu fix
This commit is contained in:
@@ -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`
|
* 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`
|
* Always a good idea to update octoprint_deploy from time-to-time with `git -C octoprint_deploy pull`
|
||||||
# Recent Changes
|
# Recent Changes
|
||||||
* Add detection for ch34x driver. This is used by Weedo printers and must be compiled.
|
* Add detection for ch34x driver. This is used by Weedo printers and must be compiled separately.
|
||||||
* Utility sub-menu
|
* 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.
|
* 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 `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)
|
* Added `Sync Users` option. It will copy users.yaml file from selected instances to all other instances (including template)
|
||||||
|
|||||||
@@ -1017,7 +1017,7 @@ utility_menu() {
|
|||||||
|
|
||||||
backup_menu() {
|
backup_menu() {
|
||||||
PS3='Select an option: '
|
PS3='Select an option: '
|
||||||
options+=("Create Backup" "Restore Backup" "Quit")
|
options=("Create Backup" "Restore Backup" "Quit")
|
||||||
select opt in "${options[@]}"
|
select opt in "${options[@]}"
|
||||||
do
|
do
|
||||||
case $opt in
|
case $opt in
|
||||||
|
|||||||
Reference in New Issue
Block a user