mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-23 22:18:10 +01:00
Merge pull request #100 from jacksgt/patch-1
Use exit code 0 when running in manual mode
This commit is contained in:
@@ -529,7 +529,7 @@ print_debug "Backup routines Initialized on $(date)"
|
||||
|
||||
### Go back to Sleep until next Backup time
|
||||
if var_true $MANUAL ; then
|
||||
exit 1;
|
||||
exit 0;
|
||||
else
|
||||
sleep $(($DB_DUMP_FREQ*60))
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user