Update 'bin/webirc'

This commit is contained in:
rany 2020-12-19 22:03:00 +00:00
parent 22a4a4a487
commit 6369d3a95a
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
printf 'setting up your thelounge account\n\n'
THELOUNGE_HOME=/srv/thelounge sudo -u thelounge /srv/thelounge/.yarn/bin/thelounge add "$USER"
THELOUNGE_HOME=/srv/thelounge sudo -u thelounge sh -c '/srv/thelounge/.yarn/bin/thelounge add $SUDO_USER'
printf '\nyou can now log in to https://webirc.envs.net as %s with the password you just created.\n' "$USER"