update version and copyright

This commit is contained in:
Jérémy Lecour 2018-09-05 00:04:22 +02:00
parent b1ae34fe47
commit c02bdbc720

View file

@ -4,16 +4,14 @@
# Dependencies (all OS): git postgresql-client
# Dependencies (Debian): sudo
# version 0.2
# Copyright 2007-2008 Gregory Colpart <reg@evolix.fr>, Evolix <info@evolix.fr>
# version 0.3
# Copyright 2007-2018 Gregory Colpart <reg@evolix.fr>, Jérémy Lecour <jlecour@evolix.fr>, Evolix <info@evolix.fr>
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