Skip to content

Commit

Permalink
add --force to restore in maintenance script
Browse files Browse the repository at this point in the history
  • Loading branch information
buanet committed Nov 14, 2023
1 parent 92821ab commit 6c34c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changelog

### v9.1.0-beta.2 (coming soon)
* add --force to restore in maintenance script
* improve shebang in scripts for downgrade and portability
* enhance logging/ fix typos
* add env PACKAGES_UPDATE and remove automatic package updates on first container start
Expand Down
2 changes: 1 addition & 1 deletion debian12/scripts/maintenance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ restore_iobroker() {
# restoe backup
echo -n "Restoring ioBroker from $selected_backup... "
set +e
bash iobroker restore "$selected_backup" > /opt/iobroker/log/restore.log 2>&1
bash iobroker restore "$selected_backup" --force > /opt/iobroker/log/restore.log 2>&1
return_value=$?
set -e

Expand Down

0 comments on commit 6c34c0a

Please sign in to comment.