From 54942d8cb4aebf7acdfcb60a4edd23f674393ddb Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 10 Oct 2010 22:42:21 +0200 Subject: ftpsync now closes stdin, not attaches to dev/null and pushes use ssh -f, not ssh ... & Signed-off-by: Joerg Jaspert --- bin/ftpsync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/ftpsync b/bin/ftpsync index ff2536b..139b884 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -408,8 +408,8 @@ fi # run!) trap cleanup ERR TERM HUP INT QUIT -# Start log by redirecting everything there. -exec >"$LOG" 2>&1 "$LOG" 2>&1 <&- log "Mirrorsync start" # Look who pushed us and note that in the log. -- cgit v1.2.3