This commit is contained in:
Laurent Cozic
2013-11-26 03:44:06 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -280,7 +280,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