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 |
|||
# Contributor: Scarsz |
|||
# Website: http://gameservermanagers.com |
|||
# Version: 030515 |
|||
# Version: 090515 |
|||
|
|||
#### Variables #### |
|||
|
|||
@ -17,8 +17,9 @@ email="[email protected]" |
|||
steamuser="username" |
|||
steampass="password" |
|||
|
|||
# Server IP |
|||
# Start Variables |
|||
ip="0.0.0.0" |
|||
updateonstart="no" |
|||
|
|||
fn_parms(){ |
|||
parms="-netlog -ip=${ip} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods}" |
|||
|
@ -3,7 +3,7 @@ |
|||
# Server Management Script |
|||
# Author: Daniel Gibbs |
|||
# Website: http://gameservermanagers.com |
|||
# Version: 030515 |
|||
# Version: 090515 |
|||
|
|||
#### Variables #### |
|||
|
|||
@ -12,6 +12,9 @@ |
|||
emailnotification="off" |
|||
email="[email protected]" |
|||
|
|||
# Start Variables |
|||
updateonstart="no" |
|||
|
|||
# Server Details |
|||
gamename="Teamspeak 3" |
|||
servername="Teamspeak 3 Server" |
|||
|
Loading…
Reference in new issue