Updated makeuser. fixed znccreate.py path.

This commit is contained in:
deepend-tildeclub 2021-12-28 15:29:36 -07:00 committed by GitHub
parent 2c021605a6
commit 50cf815c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ case $1 in
echo "$3" | sudo tee /home/$1/.ssh/authorized_keys echo "$3" | sudo tee /home/$1/.ssh/authorized_keys
echo "making znc user" echo "making znc user"
./znccreate.py "$1" "$newpw" znccreate.py "$1" "$newpw"
echo "announcing new user on mastodon" echo "announcing new user on mastodon"
toot "welcome new user ~$1!" toot "welcome new user ~$1!"