diff --git a/evomaintenance.sh b/evomaintenance.sh index 9652a5e..36d4e5b 100644 --- a/evomaintenance.sh +++ b/evomaintenance.sh @@ -66,7 +66,7 @@ if test -x "${GIT_BIN}"; then fi # get input from stdin -echo "Please, enter details about your maintenance" +echo "> Please, enter details about your maintenance" read TEXTE if [ "${TEXTE}" = "" ]; then @@ -85,8 +85,10 @@ Message : $TEXTE END ) +echo "" echo "${BLOB}" -echo "Press to submit, or to cancel." +echo "" +echo "> Press to submit, or to cancel." read enter # write log