|
@@ -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 ####
|