diff options
| -rw-r--r-- | rsync_tmbackup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index d573374..2beca81 100644 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -282,7 +282,7 @@ while [ "1" ]; do ln -s -- $(basename -- "$DEST") "latest" cd - - rm -- "$INPROGRESS_FILE" + rm -f -- "$INPROGRESS_FILE" # TODO: grep for "^rsync error:.*$" in log fn_log_info "Backup completed without errors." exit 0 |
