aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/store.sh
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-18 04:33:11 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-18 04:33:11 +0200
commita9c3ea81c8544c59bfbe50989c2cba57e0d48c36 (patch)
tree657014c050eed0a5e48001207099269c07367281 /jsaccess/store.sh
parentjsaccess: store.sh deployment done (diff)
downloadlaurent-tools-a9c3ea81c8544c59bfbe50989c2cba57e0d48c36.tar.xz
laurent-tools-a9c3ea81c8544c59bfbe50989c2cba57e0d48c36.zip
jsaccess: explicit rsync
Diffstat (limited to '')
-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