mirror of
https://github.com/ThunixdotNet/makeuser.git
synced 2026-01-24 13:40:17 +00:00
Tossing in the towel. Cannot get the znc portion to work, like, at all
This commit is contained in:
@@ -10,4 +10,7 @@ https://web.tilde.chat/?join=thunix
|
|||||||
Also, check out our git repos, that pretty much manage the whole of the
|
Also, check out our git repos, that pretty much manage the whole of the
|
||||||
system at https://tildegit.org/thunix, and feel free to open issues and PRs.
|
system at https://tildegit.org/thunix, and feel free to open issues and PRs.
|
||||||
|
|
||||||
|
Also, there is system documentation available via 'man thunix', from the
|
||||||
|
command line.
|
||||||
|
|
||||||
Finally, welcome aboard!
|
Finally, welcome aboard!
|
||||||
|
|||||||
2
makeuser
2
makeuser
@@ -60,7 +60,7 @@ case $1 in
|
|||||||
# This line is for team
|
# This line is for team
|
||||||
# sudo -u znc $ZNC_USER $1
|
# sudo -u znc $ZNC_USER $1
|
||||||
# This one is for Thunix
|
# This one is for Thunix
|
||||||
sudo -u znc $ZNC_USER $1 $pwcrypt
|
sudo $ZNC_USER $1 $pwcrypt
|
||||||
|
|
||||||
# We don't need this for thunix, since ansible will do it
|
# We don't need this for thunix, since ansible will do it
|
||||||
# echo "$3" | tee /home/$1/.ssh/authorized_keys
|
# echo "$3" | tee /home/$1/.ssh/authorized_keys
|
||||||
|
|||||||
Reference in New Issue
Block a user