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 47c452f977 - Show all commits

View file

@ -81,7 +81,7 @@ get_who() {
if [ -n "${who}" ]; then
echo "${who}"
else
LC_ALL=C who | grep $(get_tty) | tr -s ' '
LC_ALL=C who | grep "$(get_tty)" | tr -s ' '
fi
}