Procházet zdrojové kódy

Changed to serverpassword

show it will now show in details
Daniel Gibbs před 9 roky
rodič
revize
3b4659262a
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 2 2
      NS2Combat/ns2cserver
  2. 2 2
      NaturalSelection2/ns2server

+ 2 - 2
NS2Combat/ns2cserver

@@ -36,10 +36,10 @@ webadminuser="admin"
 webadminpass="admin"
 webadminport="8080"
 mods=""
-password=""
+serverpassword=""
 # Add the following line to the parms if you want a private server. Ensuring
 # 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
 fn_parms(){

+ 2 - 2
NaturalSelection2/ns2server

@@ -36,10 +36,10 @@ webadminuser="admin"
 webadminpass="admin"
 webadminport="8080"
 mods=""
-password=""
+serverpassword=""
 # Add the following line to the parms if you want a private server. Ensuring
 # 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
 fn_parms(){