diff options
author | Malf Furious <m@lfurio.us> | 2017-08-28 01:14:03 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-08-28 01:14:03 -0400 |
commit | 335bc3e9b2af9ac8ffc6d6e87e2f716054f5e542 (patch) | |
tree | bdc9db2cb3d1fb6a065259d23b5d4805d2e36b01 /rsync.sh | |
parent | dabb5901c5d635003c6f3fefc4afedfeee45dc05 (diff) | |
download | systrunk-335bc3e9b2af9ac8ffc6d6e87e2f716054f5e542.tar.gz systrunk-335bc3e9b2af9ac8ffc6d6e87e2f716054f5e542.zip |
Update rsync normal
Fixed bug with --link-dest parameter
Diffstat (limited to 'rsync.sh')
-rw-r--r-- | rsync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |