cleanup current signup

This commit is contained in:
creme 2020-01-16 20:47:52 +01:00 committed by Gitea
parent eb2a320483
commit cdc7f9f2cf
1 changed files with 3 additions and 1 deletions

View File

@ -56,5 +56,7 @@ case $1 in
echo "announcing new user on mastodon"
toot "welcome new user ~$1!" ;;
esac
echo "cleanup current signup"
sed -i /"$1"/d /var/signups_current
esac