From 335bc3e9b2af9ac8ffc6d6e87e2f716054f5e542 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Mon, 28 Aug 2017 01:14:03 -0400 Subject: Update rsync normal Fixed bug with --link-dest parameter --- rsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3