summaryrefslogtreecommitdiffstats
path: root/rsync.sh
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2017-08-28 01:14:03 -0400
committerMalf Furious <m@lfurio.us>2017-08-28 01:14:03 -0400
commit335bc3e9b2af9ac8ffc6d6e87e2f716054f5e542 (patch)
treebdc9db2cb3d1fb6a065259d23b5d4805d2e36b01 /rsync.sh
parentdabb5901c5d635003c6f3fefc4afedfeee45dc05 (diff)
downloadsystrunk-335bc3e9b2af9ac8ffc6d6e87e2f716054f5e542.tar.gz
systrunk-335bc3e9b2af9ac8ffc6d6e87e2f716054f5e542.zip
Update rsync normal
Fixed bug with --link-dest parameter
Diffstat (limited to 'rsync.sh')
-rw-r--r--rsync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.sh b/rsync.sh
index a77d681..2a36053 100644
--- a/rsync.sh
+++ b/rsync.sh
@@ -17,7 +17,7 @@ function systr_rsync_normal
dst="$2"
if [ $# -gt 2 ]; then
- link="--link-dest=\"$3\""
+ link="--link-dest=$3"
else
link=""
fi