Solved bugs

This commit is contained in:
2023-04-26 12:45:49 +02:00
parent 1b8ff143e3
commit ea784c096d
3 changed files with 5 additions and 7 deletions

View File

@@ -55,9 +55,7 @@ for backup_type in $remote_backup_types; do
eval "$rsync_command" &&
echo "removing: $status_pulling_file" &&
rm -vf $status_pulling_file
|| ((errors+=1));
rm -vf $status_pulling_file || ((errors+=1));
fi
done
exit $errors;