Daniel Gibbs
841a65b2f7
moved functions to lgsm dir
9 years ago
Daniel Gibbs
ece19b3355
Updated messages func names
Update al messages function names to make is easier to read
9 years ago
lrob
8a325cf078
Fixing ts3 update checking
Simplifying TS3 update checking using "sort" as its best to sort version numbers without the need of removing dots and outputting the file himself.
Magic command is : cat .ts3_version_numbers_unsorted.tmp | sort -r --version-sort -o .ts3_version_numbers_sorted.tmp
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
d7ff36d12d
made corrections to ts3 server installer
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
bf3fda25b0
Altered script log messages slightly
9 years ago
Daniel Gibbs
3b80940260
added check.sh remove duplication of code
9 years ago
Daniel Gibbs
5db7d4e060
removed checks where not required
9 years ago
Daniel Gibbs
6f7aca25b3
changed to using function_selfname over getopt
9 years ago
Daniel Gibbs
c2c5693047
Moving checks to start of commands
9 years ago
Daniel Gibbs
fdce54ff05
renamed check_ts3status.sh to info_ts3status.sh
9 years ago
Daniel Gibbs
5f290fd3b8
Updates all version numbers
9 years ago
Daniel Gibbs
f005da0fe8
Renamed all functions test required now
9 years ago
Daniel Gibbs
860126bf7d
Initial renaming
creating new branch to test renaming
9 years ago
Daniel Gibbs
23f73547c2
resolves bug with appinfo.vdi fix
suggestion by @sergey-k1
should of been ${HOME} not ${rootdir}
see issue #474
9 years ago
Daniel Gibbs
d0d3f2905a
Removed double quotes
9 years ago
Daniel Gibbs
553ece636f
corrected then statements not matching
9 years ago
Daniel Gibbs
39e963fb13
Change to function version to variable
9 years ago
Daniel Gibbs
75c9710a99
fixed if statement error
10 years ago
Daniel Gibbs
5d32379052
newer version
10 years ago
Daniel Gibbs
4a66d6de7f
Added exit codes where needed
10 years ago
Daniel Gibbs
1c036c0d74
Revert "Altered as per https://github.com/koalaman/shellcheck/wiki/SC2060 "
This reverts commit 6a34713e1c
.
10 years ago
Daniel Gibbs
6a34713e1c
Altered as per https://github.com/koalaman/shellcheck/wiki/SC2060
10 years ago
Daniel Gibbs
639b9dceee
Fixed error message
10 years ago
Daniel Gibbs
fb3bb47753
Revert "Added exit to stop SteamCMD update check"
This reverts commit d69b8672c6
.
10 years ago
Daniel Gibbs
d69b8672c6
Added exit to stop SteamCMD update check
If an update is picked up in the console log it will run the update but
not use SteamCMD to check for updates.
10 years ago
Daniel Gibbs
3986934937
end of file
10 years ago
Daniel Gibbs
351ad51ac2
Removed echo
10 years ago
Daniel Gibbs
bb3efb947a
Added fix to get latest buildid from steamcmd
10 years ago
Daniel Gibbs
14b004630b
Added fix to get latest buildid from steamcmd
As per comment here
078a5ccbd8
10 years ago
Daniel Gibbs
515ab92cbe
Updated messages
10 years ago
Daniel Gibbs
d42516b557
Added fn_check_logs
10 years ago
Daniel Gibbs
1c24983067
capital letters
10 years ago
Daniel Gibbs
a882e2f16b
Removed the chance of infinite loop
Removed the chance of infinite loop if no appmanifest files found #383
10 years ago
Daniel Gibbs
434c3a802d
Added SteamCMD and steamuser check
10 years ago
Daniel Gibbs
caea938675
Removed echo used for dev
10 years ago
Daniel Gibbs
d2b2638aff
Found bug with ts3 updater not working
10 years ago
Daniel Gibbs
078a5ccbd8
Added app_info_print 1
Added app_info_print 1 to check availablebuild. This shoudl resolve the
issue with the latest buildid not being grabbed from the server. Thanks
for xPaw from SteamDB.info for pointing this out
10 years ago
Daniel Gibbs
94a2f50d99
Added update-restart back in
update-restart option is now available again however it is not listed.
There is no need to use this option anymore and it behaves axactly the
same as force-update however I have put is back in for legacy reasons
just in case some cronjobs are still using it.
10 years ago
Daniel Gibbs
0590ac47dd
Added force-update option
The update checker is not detecting updates as SteamCMD is not always
returning the latest release number. I dont know why SteamCMD is doing
this.
I have added force-update which bypasses the check and just runs and
update without checking first.
I recommend using update once an hour and force-update daily.
10 years ago
Daniel Gibbs
bcad424b78
danielgibbs.co.uk to gameservermanager.com
10 years ago
Daniel Gibbs
fca56ce782
requestrestart was not returning 0
10 years ago
Daniel Gibbs
400b9d3465
Fixed updater for ts3server
* Updater was returning incorrect version numbers causing the updater to
download older versions of the server. Issue now resolved.
10 years ago
Daniel Gibbs
ff81a85f8b
Fixed bug with ts3server selecting wrong version
Bug caused by this merge request.
deb556b375
10 years ago
Daniel Gibbs
649d50843b
fixed if statement caused error
10 years ago
Daniel Gibbs
c62af53ba3
Added fn_steamcmdcheck bypass for goldsource
Goldsource servers will now bypass checks as fn_steamcmdcheck does not
work for appid 90 servers. I might be able to get this to work however
it is rather complicated. This may be something I do in the future
10 years ago