From e9af9157638581e9dbb0badd030ab672018db88d Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Mon, 27 May 2019 18:53:41 -0300 Subject: [PATCH] Cron sin ensuciar $HOME --- bin/cron.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/cron.sh b/bin/cron.sh index 6710a96..e191ee7 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 -- GitLab