summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/sfsnapshot-upload3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/sfsnapshot-upload b/tools/sfsnapshot-upload
index 1507cff..e0a2300 100755
--- a/tools/sfsnapshot-upload
+++ b/tools/sfsnapshot-upload
@@ -94,7 +94,8 @@ END_README
94md5sum *.gz | tee -a README > MD5SUM 94md5sum *.gz | tee -a README > MD5SUM
95 95
96# Sync the files 96# Sync the files
97rsync -a --exclude=.htaccess --exclude=HEADER.html --delete "$SFSNAP_DEST/" "$OUT_SERVER:$OUT_PATH" 97[ -n "$OUT_SERVER" ] && OUT_SERVER="$OUT_SERVER:"
98rsync -a --exclude=.htaccess --exclude=HEADER.html --delete "$SFSNAP_DEST/" "$OUT_SERVER$OUT_PATH"
98 99
99trap - EXIT 100trap - EXIT
100 101