From 230ef31acff93558efe3660489d099d27ef0580b Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Tue, 18 Jun 2013 14:25:01 +0200 Subject: jsaccess: rsync fix --- jsaccess/jstore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsaccess') diff --git a/jsaccess/jstore.sh b/jsaccess/jstore.sh index e09645a..b0177b2 100755 --- a/jsaccess/jstore.sh +++ b/jsaccess/jstore.sh @@ -233,7 +233,7 @@ action_rget() { action_push() { _rget rm -f $tmp - cmd="rsync -rvzP --delete $store/* $rsync_uri" + cmd="rsync -rvzP --delete $store/ $rsync_uri" echo "Running \"$cmd\"" $cmd } -- cgit v1.2.3-59-g8ed1b