From 3605785a54d4be0e4f93a9da3f12d11b4d8ff380 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 2 May 2009 23:36:42 +0200 Subject: also redirect stdin Signed-off-by: Joerg Jaspert --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ftpsync') 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