Skip to content

Commit 0e331c6

Browse files
authored
Merge pull request #27 from micwoj92/patch-3
do not promote self harm
2 parents e9b2437 + eaef1ab commit 0e331c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

linux/srcds_run

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ quit() {
429429
rm -f $PID_FILE
430430
fi
431431

432-
# reset SIGINT and then kill ourselves properly
432+
# reset SIGINT and then kill the process properly
433433
trap - 2
434434
kill -2 $$
435435
}
@@ -442,4 +442,3 @@ run
442442

443443
# Quit normally
444444
quit 0
445-

0 commit comments

Comments
 (0)