fix user cleanup

This commit is contained in:
creme 2020-02-16 16:07:36 +01:00
parent 34307ed086
commit d73f0a3551
Signed by untrusted user: creme
GPG Key ID: C147C3B7FBDF08D0
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