From c02bdbc7201009a1c8b61029fb6bf89a972b5ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Wed, 5 Sep 2018 00:04:22 +0200 Subject: [PATCH] update version and copyright --- evomaintenance.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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