lrob
eb67a375ad
Simplifying counting
Why make it simple when you can make it harder !
> Removing conditional functions for additions, by setting all variables to 0 before starting counting.
> Removing "else, set to 0", as 0 is now the default state
9 years ago
lrob
f25bc42f63
Fix gamecount targetting wrong folder
Gamecount should target gamelogdir, not scriptlogdir, as it seems to be for retrocompatibility only, and according to this (line 44) :
if [ "${engine}" == "unreal2" ]||[ "${engine}" == "source" ]; then
find "${gamelogdir}"/ -type f -mtime +${logdays}|tee >> "${scriptlog}"
fi
9 years ago
lrob
1bb6844da4
Added comments
9 years ago
lrob
61b5aacc74
Added variables for additional logs
9 years ago
Daniel Gibbs
339a5198ce
fix issue #676
no longer trys to install lib32gcc1 if 32 bit
9 years ago
Daniel Gibbs
e05a42daae
Added unset updateonstart to resolve updater looping
updateonstart was causing the updater to loop if on. update now removes
the updateonstart var to prevent it from looping
9 years ago
lrob
24108fc625
get arch the same way as installer
9 years ago
lrob
6adbeef423
Reverted
9 years ago
lrob
965bbfe9f2
Updated wrong server architecture method
Now matching install method
9 years ago
Daniel Gibbs
54efa40e65
changed to and instead of or
9 years ago
Daniel Gibbs
3be4b933e8
update functions bypasses systemdir check
9 years ago
lrob
d59bd57d44
fix ts3 update
9 years ago
Daniel Gibbs
d7ff36d12d
made corrections to ts3 server installer
9 years ago
Daniel Gibbs
559bce4cc7
renamed extract dir
9 years ago
Daniel Gibbs
9d81778e4e
renamed downloadable file
9 years ago
Daniel Gibbs
9258cc7146
Fixed ts3 updater not detecting new version 3.0.12
Fixed with some clever awk and sort commands
9 years ago
Daniel Gibbs
67558f0764
More useful details on the monitor email
9 years ago
Daniel Gibbs
49807528c9
Disk details missing re-added
9 years ago
Alexander Hurd
d3111365aa
adding Quake Live
Ubuntu 14.04 x64
9 years ago
Daniel Gibbs
6f7bd74c8b
Added fixes to email notification
Further improvements to come.
9 years ago
Daniel Gibbs
26ca719fa4
Add sleep for installer
9 years ago
Daniel Gibbs
a3c917d3b7
added if
9 years ago
Daniel Gibbs
5906e07c01
Added installer mode
9 years ago
Daniel Gibbs
e561a86acd
Added to installer
9 years ago
Daniel Gibbs
6af31e0437
added add arch
9 years ago
Daniel Gibbs
f77bfa5b1b
dev/null
9 years ago
Daniel Gibbs
288072bc86
added missing then
9 years ago
Daniel Gibbs
94af491dfe
removed stray fi
9 years ago
Daniel Gibbs
fa5dfc64b3
Added CentOS Support
9 years ago
Daniel Gibbs
1e0c80fb18
Removed unknown exec if
9 years ago
Daniel Gibbs
70a5b460d8
removed local
9 years ago
Daniel Gibbs
bf3fda25b0
Altered script log messages slightly
9 years ago
Alexander Hurd
40640285dc
fix for hldm + adding goldeneyesource + svencoop
9 years ago
Daniel Gibbs
9da2c79acf
removed elif
9 years ago
Daniel Gibbs
708448b020
added jc2server
9 years ago
Daniel Gibbs
10dbf68f17
Initial code to detect missing deps
This code is still broken
9 years ago
Phil
43cbe01970
fix
fix for issue #629
9 years ago
Daniel Gibbs
9198dc1ba4
added error for readelf not existing
9 years ago
Daniel Gibbs
55d048079a
Brain Bread 2 added Glibc Requirements
9 years ago
Daniel Gibbs
e26126dfba
Removed SteamCMD check from start stop and debug
As this check cuases issue on dev when i pre-load the server files.
9 years ago
Daniel Gibbs
8c9ac26c05
Corrected Name BrainBread 2
9 years ago
Daniel Gibbs
628a04583b
Added BrainBread 2 Config
9 years ago
Daniel Gibbs
a587cfc7d2
Install SteamCMD now uses the check instead
check_steamcmd has more functionality for installing SteamCMD. Install
now points to check
9 years ago
Daniel Gibbs
020a153c79
Added BB2 to GSLT
9 years ago
Daniel Gibbs
cfa3ffa409
date
9 years ago
Daniel Gibbs
9dd1b0c83e
minor fix
9 years ago
Daniel Gibbs
2ce3389e31
word server
9 years ago
Daniel Gibbs
a50e2dc8c7
corrected message
9 years ago
Daniel Gibbs
656746f2cd
More interface changes
9 years ago
Daniel Gibbs
e056fc2b31
added nl
9 years ago