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

View File

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