Browse Source

Changed to serverpassword

show it will now show in details
pull/1442/head
Daniel Gibbs 8 years ago
parent
commit
3b4659262a
  1. 4
      NS2Combat/ns2cserver
  2. 4
      NaturalSelection2/ns2server

4
NS2Combat/ns2cserver

@ -36,10 +36,10 @@ webadminuser="admin"
webadminpass="admin" webadminpass="admin"
webadminport="8080" webadminport="8080"
mods="" mods=""
password="" serverpassword=""
# Add the following line to the parms if you want a private server. Ensuring # Add the following line to the parms if you want a private server. Ensuring
# that the password variable above is not left empty. # that the password variable above is not left empty.
# -password \"${password}\" # -password \"${serverpassword}\"
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
fn_parms(){ fn_parms(){

4
NaturalSelection2/ns2server

@ -36,10 +36,10 @@ webadminuser="admin"
webadminpass="admin" webadminpass="admin"
webadminport="8080" webadminport="8080"
mods="" mods=""
password="" serverpassword=""
# Add the following line to the parms if you want a private server. Ensuring # Add the following line to the parms if you want a private server. Ensuring
# that the password variable above is not left empty. # that the password variable above is not left empty.
# -password \"${password}\" # -password \"${serverpassword}\"
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
fn_parms(){ fn_parms(){

Loading…
Cancel
Save