print newline after tee

This commit is contained in:
Ben Harris 2020-06-23 14:48:07 -04:00
parent 71c4e92fd4
commit 69bdfc66e8
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ case $1 in
printf "adding ssh pubkey\n"
printf %s "$3" | sudo tee "/home/$1/.ssh/authorized_keys"
printf "announcing new user on mastodon\n"
printf "\nannouncing new user on mastodon\n"
/usr/local/bin/toot "welcome new user ~$1!"
printf "cleanup current signup\n"