|
@@ -2,6 +2,7 @@
|
|
|
# Mumble
|
|
# Mumble
|
|
|
# Server Management Script
|
|
# Server Management Script
|
|
|
# Author: Daniel Gibbs
|
|
# Author: Daniel Gibbs
|
|
|
|
|
+# Contributor: UltimateByte
|
|
|
# Website: https://gameservermanagers.com
|
|
# Website: https://gameservermanagers.com
|
|
|
if [ -f ".dev-debug" ]; then
|
|
if [ -f ".dev-debug" ]; then
|
|
|
exec 5>dev-debug.log
|
|
exec 5>dev-debug.log
|
|
@@ -9,7 +10,7 @@ if [ -f ".dev-debug" ]; then
|
|
|
set -x
|
|
set -x
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
-version="210516"
|
|
|
|
|
|
|
+version="270716"
|
|
|
|
|
|
|
|
#### Variables ####
|
|
#### Variables ####
|
|
|
|
|
|