Browse Source

SC2006: Use $(..) instead of legacy `..`.

pull/1946/merge
Daniel Gibbs 7 years ago
parent
commit
99bce621f1
  1. 2
      lgsm/config-default/config-lgsm/sdtdserver/_default.cfg

2
lgsm/config-default/config-lgsm/sdtdserver/_default.cfg

@ -13,7 +13,7 @@ ip="0.0.0.0"
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
fn_parms(){
parms="-logfile ${gamelogdir}/output_log__`date +%Y-%m-%d__%H-%M-%S`.txt -quit -batchmode -nographics -dedicated -configfile=${servercfgfullpath}"
parms="-logfile ${gamelogdir}/output_log__$(date +%Y-%m-%d__%H-%M-%S).txt -quit -batchmode -nographics -dedicated -configfile=${servercfgfullpath}"
}
#### LinuxGSM Settings ####

Loading…
Cancel
Save