diff --git a/7DaysToDie/sdtdserver b/7DaysToDie/sdtdserver index 1b3b0bb29..5a02b59ee 100644 --- a/7DaysToDie/sdtdserver +++ b/7DaysToDie/sdtdserver @@ -74,11 +74,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/ARKSurvivalEvolved/arkserver b/ARKSurvivalEvolved/arkserver index 81981ddd0..07995dae3 100644 --- a/ARKSurvivalEvolved/arkserver +++ b/ARKSurvivalEvolved/arkserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -79,11 +79,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/Arma3/arma3server b/Arma3/arma3server index 896a4b87f..1fbd2a47a 100644 --- a/Arma3/arma3server +++ b/Arma3/arma3server @@ -4,7 +4,7 @@ # Author: Daniel Gibbs # Contributor: Scarsz # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -87,11 +87,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/BlackMesa/bmdmserver b/BlackMesa/bmdmserver index 5f59278ef..cd415db8d 100644 --- a/BlackMesa/bmdmserver +++ b/BlackMesa/bmdmserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -78,11 +78,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/BladeSymphony/bsserver b/BladeSymphony/bsserver index fc74f0cc6..b4947edc8 100644 --- a/BladeSymphony/bsserver +++ b/BladeSymphony/bsserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -78,11 +78,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/CounterStrike/csserver b/CounterStrike/csserver index 16974c66d..0d302b0ba 100644 --- a/CounterStrike/csserver +++ b/CounterStrike/csserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -77,11 +77,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/CounterStrikeConditionZero/csczserver b/CounterStrikeConditionZero/csczserver index e6b4927be..9478c9aa6 100644 --- a/CounterStrikeConditionZero/csczserver +++ b/CounterStrikeConditionZero/csczserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -77,11 +77,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/CounterStrikeGlobalOffensive/csgoserver b/CounterStrikeGlobalOffensive/csgoserver index a08731a2c..410613b14 100755 --- a/CounterStrikeGlobalOffensive/csgoserver +++ b/CounterStrikeGlobalOffensive/csgoserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -95,11 +95,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/CounterStrikeSource/cssserver b/CounterStrikeSource/cssserver index 86d5591ac..71ef56a1d 100644 --- a/CounterStrikeSource/cssserver +++ b/CounterStrikeSource/cssserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -78,11 +78,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/DayOfDefeat/dodserver b/DayOfDefeat/dodserver index a3e3e8551..5ec085351 100644 --- a/DayOfDefeat/dodserver +++ b/DayOfDefeat/dodserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -77,11 +77,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/DayOfDefeatSource/dodsserver b/DayOfDefeatSource/dodsserver index e90ad283e..d054fd86d 100644 --- a/DayOfDefeatSource/dodsserver +++ b/DayOfDefeatSource/dodsserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -78,11 +78,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/DeathmatchClassic/dmcserver b/DeathmatchClassic/dmcserver index b38b84d65..7f7073e58 100644 --- a/DeathmatchClassic/dmcserver +++ b/DeathmatchClassic/dmcserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -77,11 +77,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/DontStarveTogether/dstserver b/DontStarveTogether/dstserver index 61e80144d..1f2036bdd 100644 --- a/DontStarveTogether/dstserver +++ b/DontStarveTogether/dstserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -72,11 +72,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/DoubleActionBoogaloo/dabserver b/DoubleActionBoogaloo/dabserver index 780f986c1..5eb0cc5f0 100644 --- a/DoubleActionBoogaloo/dabserver +++ b/DoubleActionBoogaloo/dabserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -78,11 +78,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/FistfulOfFrags/fofserver b/FistfulOfFrags/fofserver index 4c4cf0785..77ed45f4d 100644 --- a/FistfulOfFrags/fofserver +++ b/FistfulOfFrags/fofserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -78,11 +78,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/GarrysMod/gmodserver b/GarrysMod/gmodserver index ea327c966..1715fb1a9 100644 --- a/GarrysMod/gmodserver +++ b/GarrysMod/gmodserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -84,11 +84,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/HalfLife2Deathmatch/hl2dmserver b/HalfLife2Deathmatch/hl2dmserver index 3e7ad4654..b7fc0ade3 100644 --- a/HalfLife2Deathmatch/hl2dmserver +++ b/HalfLife2Deathmatch/hl2dmserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -78,11 +78,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/HalfLifeDeathmatch/hldmserver b/HalfLifeDeathmatch/hldmserver index 318d1300b..898fa5b2c 100644 --- a/HalfLifeDeathmatch/hldmserver +++ b/HalfLifeDeathmatch/hldmserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" diff --git a/HalfLifeDeathmatchSource/hldmsserver b/HalfLifeDeathmatchSource/hldmsserver index 394a125b2..e722dfc8a 100644 --- a/HalfLifeDeathmatchSource/hldmsserver +++ b/HalfLifeDeathmatchSource/hldmsserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -78,11 +78,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/Insurgency/insserver b/Insurgency/insserver index 0f96ca216..7704db765 100644 --- a/Insurgency/insserver +++ b/Insurgency/insserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -78,11 +78,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/JustCause2/jc2server b/JustCause2/jc2server index e07c88f27..848af14f3 100644 --- a/JustCause2/jc2server +++ b/JustCause2/jc2server @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -74,11 +74,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/KillingFloor/kfserver b/KillingFloor/kfserver index 94c69246f..f306dd8e3 100644 --- a/KillingFloor/kfserver +++ b/KillingFloor/kfserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -80,11 +80,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/Left4Dead/l4dserver b/Left4Dead/l4dserver index 0ce2d5b9c..750d49629 100644 --- a/Left4Dead/l4dserver +++ b/Left4Dead/l4dserver @@ -4,7 +4,7 @@ # Author: Daniel Gibbs # Contributor: Summit Singh Thakur # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -78,11 +78,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/Left4Dead2/l4d2server b/Left4Dead2/l4d2server index 75a1ae25e..1c1ba929f 100644 --- a/Left4Dead2/l4d2server +++ b/Left4Dead2/l4d2server @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -77,11 +77,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/Mumble/mumbleserver b/Mumble/mumbleserver index 4f584e779..9223cbce0 100644 --- a/Mumble/mumbleserver +++ b/Mumble/mumbleserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -57,11 +57,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/NS2Combat/ns2cserver b/NS2Combat/ns2cserver index ba9ba9271..10521cba8 100644 --- a/NS2Combat/ns2cserver +++ b/NS2Combat/ns2cserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -83,11 +83,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/NaturalSelection2/ns2server b/NaturalSelection2/ns2server index 1557065c2..a71f8ebe3 100644 --- a/NaturalSelection2/ns2server +++ b/NaturalSelection2/ns2server @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -83,11 +83,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/NoMoreRoomInHell/nmrihserver b/NoMoreRoomInHell/nmrihserver index 194bbe914..d0cd40c01 100644 --- a/NoMoreRoomInHell/nmrihserver +++ b/NoMoreRoomInHell/nmrihserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -78,11 +78,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/OpposingForce/opforserver b/OpposingForce/opforserver index 2145a1e08..b2dcd2eb6 100644 --- a/OpposingForce/opforserver +++ b/OpposingForce/opforserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -77,11 +77,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/ProjectZomboid/pzserver b/ProjectZomboid/pzserver index 90e7c3cb7..bfda5615b 100644 --- a/ProjectZomboid/pzserver +++ b/ProjectZomboid/pzserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -71,11 +71,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/RedOrchestra/roserver b/RedOrchestra/roserver index e8031b3eb..a5e3b073a 100644 --- a/RedOrchestra/roserver +++ b/RedOrchestra/roserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -76,11 +76,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/Ricochet/ricochetserver b/Ricochet/ricochetserver index 664f4f7f5..08cce8bd0 100644 --- a/Ricochet/ricochetserver +++ b/Ricochet/ricochetserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -77,11 +77,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/SeriousSam3BFE/ss3sserver b/SeriousSam3BFE/ss3sserver index 397ef2f0f..b3f9aac91 100644 --- a/SeriousSam3BFE/ss3sserver +++ b/SeriousSam3BFE/ss3sserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -75,11 +75,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/StarBound/sbserver b/StarBound/sbserver index 39f47b1b3..034ec52ac 100644 --- a/StarBound/sbserver +++ b/StarBound/sbserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -71,11 +71,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/TeamFortress2/tf2server b/TeamFortress2/tf2server index 53a2e5a1d..005292e7e 100644 --- a/TeamFortress2/tf2server +++ b/TeamFortress2/tf2server @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -78,11 +78,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/TeamFortressClassic/tfcserver b/TeamFortressClassic/tfcserver index b5290c46a..0ef76ca72 100644 --- a/TeamFortressClassic/tfcserver +++ b/TeamFortressClassic/tfcserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -77,11 +77,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/TeamSpeak3/ts3server b/TeamSpeak3/ts3server index c78686dd2..a8ccfb04b 100644 --- a/TeamSpeak3/ts3server +++ b/TeamSpeak3/ts3server @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -54,11 +54,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/UnrealTournament2004/ut2k4server b/UnrealTournament2004/ut2k4server index bb2686c10..d7e780520 100644 --- a/UnrealTournament2004/ut2k4server +++ b/UnrealTournament2004/ut2k4server @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -66,11 +66,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" } diff --git a/UnrealTournament99/ut99server b/UnrealTournament99/ut99server index a0bc80807..43f51859a 100644 --- a/UnrealTournament99/ut99server +++ b/UnrealTournament99/ut99server @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="010715" +version="040715" #### Variables #### @@ -65,11 +65,10 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then mkdir functions fi cd functions - echo -e "loading ${functionfile}...\c" + echo -e " loading ${functionfile}...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" - sleep 1 fi source "${rootdir}/functions/${functionfile}" }