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 44d83dd474 - Show all commits

View file

@ -425,7 +425,7 @@ if [ "${INTERACTIVE}" = "1" ]; then
read -r answer
case $answer in
[Yy] )
hook_db;
hook_mail;
break
;;
[Nn] )