autodetect the system we run on

This commit is contained in:
Daniel Jakots 2017-03-23 13:57:50 -04:00 committed by Victor LABORIE
parent 7ae7d607a7
commit e2c73395f9

View file

@ -33,7 +33,7 @@ trap "rm -f $PIDFILE" EXIT
SSH_PORT=2XXX
# choose "linux" or "bsd"
SYSTEME=linux
SYSTEME=$(uname | tr '[:upper:]' '[:lower:]')
# email adress for notifications
MAIL=jdoe@example.com