We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94de51f commit 0f8bdbaCopy full SHA for 0f8bdba
scripts/sync-all.sh
@@ -35,5 +35,5 @@ if [[ "$response" =~ ^([yY][eE][sS]|[yY])$ ]]; then
35
fi
36
37
if [[ "$uploads" =~ ^([yY][eE][sS]|[yY])$ ]]; then
38
- rsync -az --progress "$FROMDIR" "$TODIR"
+ rsync -L -az --progress "$FROMDIR" "$TODIR"
39
0 commit comments