From 142250e386cc7d83a18dd1105ca5547b4405ddb8 Mon Sep 17 00:00:00 2001 From: rany Date: Sat, 19 Dec 2020 22:03:24 +0000 Subject: [PATCH] Update 'bin/webirc' --- bin/webirc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/webirc b/bin/webirc index 6c24584..fce26ea 100755 --- a/bin/webirc +++ b/bin/webirc @@ -2,6 +2,6 @@ printf 'setting up your thelounge account\n\n' -THELOUNGE_HOME=/srv/thelounge sudo -u thelounge sh -c '/srv/thelounge/.yarn/bin/thelounge add $SUDO_USER' +THELOUNGE_HOME=/srv/thelounge sudo -u thelounge /bin/bash -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"