Skip to content
Snippets Groups Projects
Commit e9af9157 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Cron sin ensuciar $HOME

parent 1b18f8da
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment