summaryrefslogtreecommitdiff
path: root/bin/ftpsync
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ftpsync')
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index 1a0f23d..cdad637 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -342,7 +342,7 @@ fi
trap cleanup EXIT ERR TERM HUP INT QUIT
# Start log by redirecting everything there.
-exec >"$LOG" 2>&1
+exec >"$LOG" 2>&1 </dev/null
# Look who pushed us and note that in the log.
log "Mirrorsync start"