autodetect the system we run on

This commit is contained in:
Daniel Jakots 2017-03-23 13:57:50 -04:00
parent 207386de28
commit 661e69ed4b

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