From 31a650a12179d6ca18cc9c068aaef9eb5a27ef16 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Tue, 18 Jun 2013 14:12:54 +0200 Subject: jsaccess: remove tmp file before rsync --- jsaccess/jstore.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-59-g8ed1b