Browse Source

single quote password

pull/1241/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
9a2cc8d8bf
  1. 4
      NS2Combat/ns2cserver

4
NS2Combat/ns2cserver

@ -24,7 +24,7 @@ version="170110"
## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login ## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login
steamuser="username" steamuser="username"
steampass="password" steampass='password'
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters
defaultmap="co_core" defaultmap="co_core"
@ -208,4 +208,4 @@ fi
core_dl.sh core_dl.sh
core_functions.sh core_functions.sh
getopt=$1 getopt=$1
core_getopt.sh core_getopt.sh

Loading…
Cancel
Save