Daniel Gibbs
cec75582c3
Updated fn_printokeol to fn_printokeolnl
9 years ago
Daniel Gibbs
7a13b5f669
Removed gsquery installed
9 years ago
Daniel Gibbs
20fd5936fb
Minor tidy
9 years ago
Daniel Gibbs
d1491d5984
Added fn_printqueryingeol
9 years ago
Daniel Gibbs
5d687b023d
Major update to monitor_gsquery.sh
* Now loops for 60 seconds checking 4 times for if fails
* gsquery .py moved to functions dir
* uses new core_dl feature so gsquery is auto installed
* removed old code
* added colors
9 years ago
Daniel Gibbs
1e2ec54367
Added fn_printokeolnl and fn_printfaileolnl
9 years ago
Daniel Gibbs
911d649f43
Added excecutecmd to allow cmds to not execute
9 years ago
Daniel Gibbs
33ed3562ab
Code tidy
9 years ago
Daniel Gibbs
85e93ad073
Added gsquery.py to functions
9 years ago
Daniel Gibbs
b21c1eeac0
Moved gsquery to functions
9 years ago
Daniel Gibbs
a3a0d78b44
Auto install descriptions
9 years ago
Daniel Gibbs
ff5be5c68f
Added auto install to unreal games
9 years ago
Daniel Gibbs
a422f3c082
corrected if
9 years ago
Daniel Gibbs
61258600c1
renamed serverfiles to server_files
9 years ago
Daniel Gibbs
15f99b7076
Merging ut99server files in to install_server_files
9 years ago
Daniel Gibbs
bc254d39a8
Updated ut99 to use new download system
9 years ago
Daniel Gibbs
f732744910
Altered how source is run
9 years ago
Daniel Gibbs
05dce64eb7
Update MD5 Check
9 years ago
Daniel Gibbs
6afee9f422
Moving install ut99 to new system
9 years ago
Daniel Gibbs
55fff7a689
removed echo
9 years ago
Daniel Gibbs
7cf9f88210
adding extraction feature
9 years ago
Daniel Gibbs
988b52dbe8
Removed redundant function
9 years ago
Daniel Gibbs
72bbe93ecf
Moved logs creation to allow logging on install
9 years ago
Daniel Gibbs
a9e3345fe7
Fixed trap
9 years ago
Daniel Gibbs
79b0389642
looks better during install
9 years ago
Daniel Gibbs
752365a1c6
added a trap
plus more fine tuning
9 years ago
Daniel Gibbs
3d7ac4ed4e
Added steamcmd check to start debug
9 years ago
Daniel Gibbs
ec05d52a0f
date
9 years ago
Daniel Gibbs
ea45e1adc0
turned in to functions
9 years ago
Daniel Gibbs
eee9851ded
Getting functions downloader working
9 years ago
Daniel Gibbs
18df7ec459
Upload to test
9 years ago
Daniel Gibbs
e240a15ae3
Merge remote-tracking branch 'refs/remotes/origin/master' into dlmanage
9 years ago
Daniel Gibbs
74b26af7d3
Double quote to prevent globbing and word splitting.
https://github.com/koalaman/shellcheck/wiki/SC2086
9 years ago
Daniel Gibbs
9f00e837eb
Merge pull request #688 from dgibbs64/logfiles-cleaning
Logfiles cleaning
9 years ago
lrob
fce7a6a957
Added myself as a contributor :)
9 years ago
lrob
9a2bbfd572
Closing parenthesis, works better.
9 years ago
Daniel Gibbs
6b9ae31587
renamed server
9 years ago
Daniel Gibbs
443018125a
missing then
9 years ago
lrob
2bde7897a7
Adding legacy server log dir support
9 years ago
Daniel Gibbs
afff99e3fc
Updated config
9 years ago
Daniel Gibbs
1efb5db26a
ports
9 years ago
Daniel Gibbs
ff0e8a013e
corrected URL
9 years ago
Daniel Gibbs
80b54428c9
Corrected name
9 years ago
Daniel Gibbs
c7f26352e9
Adding Codename CURE
9 years ago
lrob
bb552e1d07
Moving variable initialization inside if function
9 years ago
lrob
37f4acbf90
Removing double SRCDS, improving comments
and removing useless check for creating folders variables
9 years ago
lrob
65d58f6d7d
correcting syntax
9 years ago
lrob
f91b736ec7
Merging all in one, adding new logs support
Merging logging, counting, and removing logfiles in one place, to avoid some redundant if statements
Also, understanding the code and supporting new logs should be easier.
Adding srcds / sm / ulx / darkrp logs support
9 years ago
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