mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-31 23:58:57 +02:00
Solved bugs
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user