View Single Post
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 03-29-2019 , 12:37   Re: How to use Bash script to automate server hang repair.
Reply With Quote #3

Updated the last script so it works in 2019!
Code:
NBR=`GET http://goldsrc.live/servers/info/$IP:$PORT |grep ms|cut -d "<" -f 2|cut -d ">" -f2|cut -d " " -f1`

This then can be used to activate a pkill script on a seized up server.
__________________
DJEarthQuake is offline