Disable server hibernation by default as this has been observed to cause server crashes

This commit is contained in:
John Edwards 2023-12-17 16:39:54 +00:00
parent 30fb7aa77d
commit 7b65096143
5 changed files with 33 additions and 26 deletions

View file

@ -34,6 +34,7 @@ fi
# Rewrite Config Files
sed -i -e "s/{{SERVER_HOSTNAME}}/${CS2_SERVERNAME}/g" \
-e "s/{{SERVER_HIBERNATE}}/${CS2_SERVER_HIBERNATE}/g" \
-e "s/{{SERVER_PW}}/${CS2_PW}/g" \
-e "s/{{SERVER_RCON_PW}}/${CS2_RCONPW}/g" \
-e "s/{{TV_ENABLE}}/${TV_ENABLE}/g" \