Skip to content

Commit

Permalink
Update manjaro-mirror.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobbert authored Aug 24, 2024
1 parent e023a02 commit 4106438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manjaro-mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LOCKFILE=/tmp/rsync-manjaro.lock
echo "$(date) >> Start synchronization with ${SOURCE_MIRROR}"

synchronize() {
$RSYNC -rtlvH --delete-after --delay-updates --safe-links "${SOURCE_MIRROR}" "$DESTPATH"
rsync -rtlvH --delete-after --delay-updates --safe-links "${SOURCE_MIRROR}" "$DESTPATH"
}


Expand Down

0 comments on commit 4106438

Please sign in to comment.