solved pull backup bugs

This commit is contained in:
2023-04-12 20:32:52 +02:00
parent 526284f0e4
commit 56a0c60584
5 changed files with 30 additions and 9 deletions

View File

@@ -3,6 +3,6 @@
hosts="{{pull_remote_backups_hosts}}";
errors=0
for host in $hosts; do
bash {{docker_pull_primary_backups_folder}}/pull-remote-backup.sh $host || ((errors+=1));
bash {{docker_pull_primary_backups_folder}}pull-remote-backup.sh $host || ((errors+=1));
done;
exit $errors;