Browse Source

Speed up function loading

Removed sleep 1 from fn_runfunction to speed up loading of functions.
This will save me a lot of time waiting.
pull/450/head
Daniel Gibbs 10 years ago
parent
commit
a8c39c9ab1
  1. 1
      7DaysToDie/sdtdserver
  2. 3
      ARKSurvivalEvolved/arkserver
  3. 3
      Arma3/arma3server
  4. 3
      BlackMesa/bmdmserver
  5. 3
      BladeSymphony/bsserver
  6. 3
      CounterStrike/csserver
  7. 3
      CounterStrikeConditionZero/csczserver
  8. 3
      CounterStrikeGlobalOffensive/csgoserver
  9. 3
      CounterStrikeSource/cssserver
  10. 3
      DayOfDefeat/dodserver
  11. 3
      DayOfDefeatSource/dodsserver
  12. 3
      DeathmatchClassic/dmcserver
  13. 3
      DontStarveTogether/dstserver
  14. 3
      DoubleActionBoogaloo/dabserver
  15. 3
      FistfulOfFrags/fofserver
  16. 3
      GarrysMod/gmodserver
  17. 3
      HalfLife2Deathmatch/hl2dmserver
  18. 2
      HalfLifeDeathmatch/hldmserver
  19. 3
      HalfLifeDeathmatchSource/hldmsserver
  20. 3
      Insurgency/insserver
  21. 3
      JustCause2/jc2server
  22. 3
      KillingFloor/kfserver
  23. 3
      Left4Dead/l4dserver
  24. 3
      Left4Dead2/l4d2server
  25. 3
      Mumble/mumbleserver
  26. 3
      NS2Combat/ns2cserver
  27. 3
      NaturalSelection2/ns2server
  28. 3
      NoMoreRoomInHell/nmrihserver
  29. 3
      OpposingForce/opforserver
  30. 3
      ProjectZomboid/pzserver
  31. 3
      RedOrchestra/roserver
  32. 3
      Ricochet/ricochetserver
  33. 3
      SeriousSam3BFE/ss3sserver
  34. 3
      StarBound/sbserver
  35. 3
      TeamFortress2/tf2server
  36. 3
      TeamFortressClassic/tfcserver
  37. 3
      TeamSpeak3/ts3server
  38. 3
      UnrealTournament2004/ut2k4server
  39. 3
      UnrealTournament99/ut99server

1
7DaysToDie/sdtdserver

@ -78,7 +78,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
ARKSurvivalEvolved/arkserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -83,7 +83,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
Arma3/arma3server

@ -4,7 +4,7 @@
# Author: Daniel Gibbs
# Contributor: Scarsz
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -91,7 +91,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
BlackMesa/bmdmserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -82,7 +82,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
BladeSymphony/bsserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -82,7 +82,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
CounterStrike/csserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -81,7 +81,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
CounterStrikeConditionZero/csczserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -81,7 +81,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
CounterStrikeGlobalOffensive/csgoserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -99,7 +99,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
CounterStrikeSource/cssserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -82,7 +82,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
DayOfDefeat/dodserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -81,7 +81,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
DayOfDefeatSource/dodsserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -82,7 +82,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
DeathmatchClassic/dmcserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -81,7 +81,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
DontStarveTogether/dstserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -76,7 +76,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
DoubleActionBoogaloo/dabserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -82,7 +82,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
FistfulOfFrags/fofserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -82,7 +82,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
GarrysMod/gmodserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -88,7 +88,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
HalfLife2Deathmatch/hl2dmserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -82,7 +82,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

2
HalfLifeDeathmatch/hldmserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####

3
HalfLifeDeathmatchSource/hldmsserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -82,7 +82,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
Insurgency/insserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -82,7 +82,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
JustCause2/jc2server

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -78,7 +78,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
KillingFloor/kfserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -84,7 +84,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
Left4Dead/l4dserver

@ -4,7 +4,7 @@
# Author: Daniel Gibbs
# Contributor: Summit Singh Thakur
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -82,7 +82,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
Left4Dead2/l4d2server

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -81,7 +81,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
Mumble/mumbleserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -61,7 +61,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
NS2Combat/ns2cserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -87,7 +87,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
NaturalSelection2/ns2server

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -87,7 +87,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
NoMoreRoomInHell/nmrihserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -82,7 +82,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
OpposingForce/opforserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -81,7 +81,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
ProjectZomboid/pzserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -75,7 +75,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
RedOrchestra/roserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -80,7 +80,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
Ricochet/ricochetserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -81,7 +81,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
SeriousSam3BFE/ss3sserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -79,7 +79,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
StarBound/sbserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -75,7 +75,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
TeamFortress2/tf2server

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -82,7 +82,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
TeamFortressClassic/tfcserver

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -81,7 +81,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
TeamSpeak3/ts3server

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -58,7 +58,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
UnrealTournament2004/ut2k4server

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -70,7 +70,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

3
UnrealTournament99/ut99server

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
version="010715"
version="040715"
#### Variables ####
@ -69,7 +69,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
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}"
}

Loading…
Cancel
Save