From a9c3ea81c8544c59bfbe50989c2cba57e0d48c36 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Tue, 18 Jun 2013 04:33:11 +0200 Subject: jsaccess: explicit rsync --- jsaccess/store.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'jsaccess') diff --git a/jsaccess/store.sh b/jsaccess/store.sh index a75b220..c6f49af 100755 --- a/jsaccess/store.sh +++ b/jsaccess/store.sh @@ -217,7 +217,9 @@ action_rget() { action_push() { _rget - rsync -avzP $store/* $rsync_uri + cmd="rsync -avzP $store/* $rsync_uri" + echo "Running \"$cmd\"" + $cmd } # Check for dependencies -- cgit v1.2.3-59-g8ed1b