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