diff --git a/evomaintenance.sh b/evomaintenance.sh index 63c0727..c37fcda 100644 --- a/evomaintenance.sh +++ b/evomaintenance.sh @@ -4,16 +4,14 @@ # Dependencies (all OS): git postgresql-client # Dependencies (Debian): sudo -# version 0.2 -# Copyright 2007-2008 Gregory Colpart , Evolix - +# version 0.3 +# Copyright 2007-2018 Gregory Colpart , Jérémy Lecour , Evolix test -f /etc/evomaintenance.cf && . /etc/evomaintenance.cf [ -n "${HOSTNAME}" ] || HOSTNAME=$(hostname) [ -n "${EVOMAINTMAIL}" ] || EVOMAINTMAIL=evomaintenance-$(echo "${HOSTNAME}" | cut -d- -f1)@${REALM} - SYSTEME=$(uname -s) if [ "${SYSTEME}" = "Linux" ]; then