dwurf / docker-kf2

Dockerfile for running a Killing Floor 2 server under Linux
MIT License
34 stars 25 forks source link

Takeover Fix #13

Closed jimbo8098 closed 4 years ago

jimbo8098 commented 4 years ago

Previously it was only possible to disable takeover, not to enable it sincesed would only ever set the flag to false.

jimbo8098 commented 4 years ago

Turns out you need to have sed in quote marks, not apostrophe,otherwise it causes some weird characters due to the way that stuff is escaped in sed. Last commit has been toggled between takeover and non-takeover twice to make sure and seems fine now.

dwurf commented 4 years ago

Thanks for the PR. The 'single-quote' characters will prevent the shell from expanding the ${HOME} variable but "double-quote" will not.