Browse Source

Merge pull request #996 from drantor/bugfix/arkserver-parameters

Fix ARK params for ZSH
pull/1013/head
Daniel Gibbs 9 years ago
committed by GitHub
parent
commit
b21e1866d9
  1. 2
      ARKSurvivalEvolved/arkserver

2
ARKSurvivalEvolved/arkserver

@ -40,7 +40,7 @@ ip="0.0.0.0"
updateonstart="off" updateonstart="off"
fn_parms(){ fn_parms(){
parms="TheIsland?listen?MultiHome=${ip}?SessionName=${servername}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?ServerAdminPassword=${rconpassword}" parms="\"TheIsland?listen?MultiHome=${ip}?SessionName=${servername}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?ServerAdminPassword=${rconpassword}\""
} }
#### Advanced Variables #### #### Advanced Variables ####

Loading…
Cancel
Save