Skip to content

Commit

Permalink
fix(sdtdserver): restore serverconfig setting (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3o66 authored and dgibbs64 committed Dec 2, 2019
1 parent 70e1a82 commit 0b9fbfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lgsm/config-default/config-lgsm/sdtdserver/_default.cfg
Expand Up @@ -148,6 +148,7 @@ executable=$([ "$(uname -m)" == "x86_64" ] && echo -e "./7DaysToDieServer.x86_64
servercfgdefault="serverconfig.xml"
servercfgfullpathdefault="${serverfiles}/${servercfgdefault}"
servercfgdir="${serverfiles}"
servercfg="${selfname}.xml"
servercfgfullpath="${servercfgdir}/${servercfg}"

## Backup Directory
Expand Down

0 comments on commit 0b9fbfc

Please sign in to comment.