add more sepurators to output

This commit is contained in:
2022-09-27 21:14:18 +02:00
parent 58010d18ae
commit 68bc4dd596
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -28,9 +28,11 @@ if [ $cron -eq 1 ]; then
if [ -z "$FROM_CRON" ]; then
load_crontab_when_exists_or_create
else
sepurator
run_backups
cleanup_old_backups_when_set
fi
else
sepurator
run_backups
fi