diff --git a/bin/cron.sh b/bin/cron.sh
index 6710a967f89f623893b4c7dd33c5ef8b494af880..e191ee76ab0e80e823269284b43c228106ea39de 100755
--- a/bin/cron.sh
+++ b/bin/cron.sh
@@ -1,9 +1,7 @@
 #!/bin/bash
 
 trap 'exit 1' ERR
-# Log in home directory
-exec < /dev/null > ${HOME}/bfa-cron-output.log 2>&1
 # Go to script bin, 'cause we expect to find $BFAHOME/bin/env there
 cd `dirname $0`
 source ./env
-./start.sh
+./start.sh < /dev/null >&0 2>&0