Fix attach-libnamed.sh

This commit is contained in:
TotallyNotElite 2020-09-11 22:47:33 +02:00
parent 60437defac
commit aed4eb2617

View File

@ -9,7 +9,7 @@ RUNCMD="sudo -u $RUNUSER"
$RUNCMD bash ./scripts/updater true $RUNCMD bash ./scripts/updater true
$RUNCMD bash ./report-crash true $RUNCMD bash ./report-crash true
line=$(pgrep -u $(logname) hl2_linux) line=$(pgrep -u $RUNUSER hl2_linux)
arr=($line) arr=($line)
if [ $# == 1 ]; then if [ $# == 1 ]; then