Browse Source

updated header

now includes dev-debug option.
pull/573/head
Daniel Gibbs 9 years ago
parent
commit
9e3789f7ad
  1. 9
      Hurtworld/hwserver

9
Hurtworld/hwserver

@ -1,8 +1,15 @@
#!/bin/bash #!/bin/bash
# Hurtworld # Hurtworld
# Server Management Script # Server Management Script
# Author: Daniel Gibbs, UltimateByte Fork # Author: Daniel Gibbs,
# Contributor: UltimateByte
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
set -x
fi
version="191215" version="191215"
#### Variables #### #### Variables ####

Loading…
Cancel
Save