Tossing in the towel. Cannot get the znc portion to work, like, at all

This commit is contained in:
Ubergeek 2019-04-02 18:17:02 +00:00
parent 1bc4d9715b
commit 092cbdf86f
2 changed files with 4 additions and 1 deletions

View File

@ -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!

View File

@ -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