Browse Source
this new variable will allow the script to check for updates when running the start commandpull/371/head
34 changed files with 82 additions and 40 deletions
@ -4,7 +4,7 @@ |
|||||
# Author: Daniel Gibbs |
# Author: Daniel Gibbs |
||||
# Contributor: Scarsz |
# Contributor: Scarsz |
||||
# Website: http://gameservermanagers.com |
# Website: http://gameservermanagers.com |
||||
# Version: 030515 |
# Version: 090515 |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -17,8 +17,9 @@ email="[email protected]" |
|||||
steamuser="username" |
steamuser="username" |
||||
steampass="password" |
steampass="password" |
||||
|
|
||||
# Server IP |
# Start Variables |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
|
updateonstart="no" |
||||
|
|
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-netlog -ip=${ip} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods}" |
parms="-netlog -ip=${ip} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods}" |
||||
|
@ -3,7 +3,7 @@ |
|||||
# Server Management Script |
# Server Management Script |
||||
# Author: Daniel Gibbs |
# Author: Daniel Gibbs |
||||
# Website: http://gameservermanagers.com |
# Website: http://gameservermanagers.com |
||||
# Version: 030515 |
# Version: 090515 |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -12,6 +12,9 @@ |
|||||
emailnotification="off" |
emailnotification="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
|
||||
|
# Start Variables |
||||
|
updateonstart="no" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
gamename="Teamspeak 3" |
gamename="Teamspeak 3" |
||||
servername="Teamspeak 3 Server" |
servername="Teamspeak 3 Server" |
||||
|
Loading…
Reference in new issue