Fixed issues

This commit is contained in:
2025-10-22 16:04:42 +00:00
parent c971bd3838
commit bcc35e6605

View File

@@ -90,7 +90,7 @@ BACKUP_LABEL="backrest.backup.stop=true"
BACKUP_CONTAINERS=$(docker ps -aqf "label=$BACKUP_LABEL")
for BC in $BACKUP_CONTAINERS
do
docker stop "$BC"
docker start "$BC"
done
sleep 10
```