Skip to content

Commit

Permalink
Remove redundant and erroneous PPID reassignment in launch script (#4016
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Chicken-Bones committed Jan 9, 2024
1 parent d053a67 commit 728cc60
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
cd "$(dirname "$0")"

chmod a+x ./LaunchUtils/ScriptCaller.sh
# forward our parent process id to the child in case ScriptCaller needs to kill the parent to break free of steam's process lifetime tracker (reaper)
PPID=$PPID ./LaunchUtils/ScriptCaller.sh "$@" &
./LaunchUtils/ScriptCaller.sh "$@" &

0 comments on commit 728cc60

Please sign in to comment.