Merge pull request 'fix user cleanup' (#3) from creme/makeuser:patch_fix_unset into master

This commit is contained in:
Ben Harris 2020-02-17 11:49:52 -05:00
commit ff22419a0b
1 changed files with 1 additions and 1 deletions

View File

@ -58,6 +58,6 @@ case $1 in
toot "welcome new user ~$1!"
echo "cleanup current signup"
sed -i "/$1/d" /var/signups_current
sed -i "/\b$1\b/d" /var/signups_current
;;
esac