aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/jstore.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jsaccess/jstore.sh')
-rwxr-xr-xjsaccess/jstore.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jsaccess/jstore.sh b/jsaccess/jstore.sh
index 59a3513..fbf80c4 100755
--- a/jsaccess/jstore.sh
+++ b/jsaccess/jstore.sh
@@ -232,6 +232,7 @@ action_rget() {
action_push() {
_rget
+ rm -f $tmp
cmd="rsync -rvzP $store/* $rsync_uri"
echo "Running \"$cmd\""
$cmd