diff --git a/email.tmpl b/email.tmpl index 50498a0..ef3ef99 100644 --- a/email.tmpl +++ b/email.tmpl @@ -10,4 +10,7 @@ https://web.tilde.chat/?join=thunix 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. +Also, there is system documentation available via 'man thunix', from the +command line. + Finally, welcome aboard! diff --git a/makeuser b/makeuser index 8c99072..891a0c4 100755 --- a/makeuser +++ b/makeuser @@ -60,7 +60,7 @@ case $1 in # This line is for team # sudo -u znc $ZNC_USER $1 # 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 # echo "$3" | tee /home/$1/.ssh/authorized_keys