Skip to content

Commit 0f8bdba

Browse files
authored
Add -L switch
Add -L switch to rsync to follow symlinks.
1 parent 94de51f commit 0f8bdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sync-all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ if [[ "$response" =~ ^([yY][eE][sS]|[yY])$ ]]; then
3535
fi
3636
fi
3737
if [[ "$uploads" =~ ^([yY][eE][sS]|[yY])$ ]]; then
38-
rsync -az --progress "$FROMDIR" "$TODIR"
38+
rsync -L -az --progress "$FROMDIR" "$TODIR"
3939
fi

0 commit comments

Comments
 (0)