Add options to enable/disable hooks (sending mail, commit /etc/.git, save to database…) #7

Merged
jlecour merged 61 commits from options into master 2019-03-26 15:14:12 +01:00
Showing only changes of commit d9fedcdbcf - Show all commits

View file

@ -227,7 +227,7 @@ fi
echo "> Please, enter details about your maintenance"
read TEXTE
if [ "${TEXTE}" = "" ]; then
if test -z "${TEXTE}"; then
echo "no value..."
exit 1
fi