mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-22 20:55:40 +02:00
add --force to restore in maintenance script
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user