Browse Source

added /save-${servicename}.zip

to identify the save
pull/1442/head
Daniel Gibbs 8 years ago
parent
commit
b72381c168
  1. 2
      Factorio/fctrserver

2
Factorio/fctrserver

@ -30,7 +30,7 @@ ip="0.0.0.0"
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
fn_parms(){
parms="--start-server ${filesdir}/save1.zip --server-settings ${servercfgfullpath} --port ${port} --rcon-port ${rconport} --rcon-password ${rconpassword}"
parms="--start-server ${filesdir}/save-${servicename}.zip --server-settings ${servercfgfullpath} --port ${port} --rcon-port ${rconport} --rcon-password ${rconpassword}"
}
#### LinuxGSM Settings ####

Loading…
Cancel
Save