aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess
diff options
context:
space:
mode:
Diffstat (limited to 'jsaccess')
-rwxr-xr-xjsaccess/store.sh4
1 files changed, 3 insertions, 1 deletions
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