From 07bb68ad6067add7ce78114bf40222ebb00946d1 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 6 Sep 2018 10:50:07 +0200 Subject: [PATCH] improve code comments --- evomaintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evomaintenance.sh b/evomaintenance.sh index 446d376..2778477 100644 --- a/evomaintenance.sh +++ b/evomaintenance.sh @@ -23,7 +23,7 @@ END_DATE=$(date +"%Y %b %d %H:%M") # we can't use "date --iso8601" because this options is not available everywhere NOW_ISO=$(date +"%Y-%m-%dT%H:%M:%S%z") -# details +# get input from stdin echo "Please, enter details about your maintenance" read TEXTE