From aed4eb2617da641465869e78d875575e50ee76be Mon Sep 17 00:00:00 2001 From: TotallyNotElite <38938720+TotallyNotElite@users.noreply.github.com> Date: Fri, 11 Sep 2020 22:47:33 +0200 Subject: [PATCH] Fix attach-libnamed.sh --- attach-libnamed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attach-libnamed.sh b/attach-libnamed.sh index 03794eff..1082db25 100755 --- a/attach-libnamed.sh +++ b/attach-libnamed.sh @@ -9,7 +9,7 @@ RUNCMD="sudo -u $RUNUSER" $RUNCMD bash ./scripts/updater true $RUNCMD bash ./report-crash true -line=$(pgrep -u $(logname) hl2_linux) +line=$(pgrep -u $RUNUSER hl2_linux) arr=($line) if [ $# == 1 ]; then