Disable server hibernation by default as this has been observed to cause server crashes
This commit is contained in:
parent
30fb7aa77d
commit
7b65096143
5 changed files with 33 additions and 26 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue