Daniel Gibbs
6ea05a3d85
codacy: Declare and assign separately to avoid masking return values.
6 years ago
Daniel Gibbs
a79feaf34c
feat(update): Update command refactor
* Update update_factorio.sh
* feat(core): add error eol message
* fix(alert): resolve typo with script messages
* fix(check): add debug to executable check
* fix(general): correct commandname
* fix(general): change to lowercase
* fix(general): remove not required exitcodes
* fix(general): remove not required exitcodes
fix(general): remove not required exitcodes
* fix(check): a minor refactor
* feat(linuxgsm): Clear tmp directory
added script log
* feat(update: Factorio update now checks current build from executable
* feat(update: Factorio update now checks current build from executable
sqush
* moved executable dir
* feat(update): refactor of fctrserver updater
* changed to directory
squash
* corrected build details in log file
* corrected build details in log file
* more changes to logging
* altered log messages
* Re-worded current>local latest>remote
* Re-worded current>local latest>remote
* corrected logging
* corrected fn_script_log_fatal
* altered message to error from fatal
* improves messages
* minor tidy
* correct script log message
* code tidy
* feat(mumble): refactor mumble updater
* feat(mtaserver): refactor mtaserver updater
* feat(mcserver): refactor mcserver updater
* feat(fctrserver): refactor fctrserver updater
* tidy up script wording
* corrected function name
* bug fixes for mcserver updater
* add sleep to allow mcserver time to generate log file
* increase timer to 30 seconds
* increased to 60 seconds
* changed back to red
* add check for log file delay to allow time to generate
* further refactor improvements
* mtaserver: curl now uses to get info from version.h
* minor tidy
* refactor ts3 updater
* corrected server arch
* refactor
* refactor updaters
* refactor updaters
* removed app_info_print
6 years ago
Daniel Gibbs
07461bf7e1
fix(ts3server): corrected ts3arch if
6 years ago
Daniel Gibbs
d5d0116b28
feat(ts3server): deprecate legacy ts3 update functions ( #2206 )
* feat(ts3server): deprecate legacy ts3 update functions
* fix(ts3server): bug fix currentbuild and minor refactor
6 years ago
Phil
7969b7b493
Fix #2127
tested and worked for me
6 years ago
Daniel Gibbs
cfbc460667
refactor: shortname variable change ( #2088 )
* change `${gamename}` to `${shortname}`
* apply shellcheck recommendations
6 years ago
Marvin Lehmann
b85b934d3f
Fixed TS3 update
7 years ago
Daniel Gibbs
bbaf203634
Teamspeak updater will only update if cur version is less than avail
7 years ago
Daniel Gibbs
ad8b2229ef
Resolved Factorio Stable/Experimental downloads issue #1933 ( #2051 )
* Updating factorio downloader
* added xz filw type to progress bar
* Change message to "Applying Post-Install Fixes"
* changed echo -ne to echo -en
7 years ago
Daniel Gibbs
6848c9dbf7
Revert " SC2168: 'local' is only valid in functions."
This reverts commit 062ca4236c
.
7 years ago
Daniel Gibbs
616e976251
Revert "SC2168: 'local' is only valid in functions."
This reverts commit aaa971c0ad
.
7 years ago
Daniel Gibbs
aaa971c0ad
SC2168: 'local' is only valid in functions.
7 years ago
Daniel Gibbs
062ca4236c
SC2168: 'local' is only valid in functions.
7 years ago
Daniel Gibbs
fff8e0a2f5
Release 180409
* Added new server Rising World
* Added new server ET: Legacy
* Added support for node-gamedig
* Updated Factorio to glibc 2.18
* Changed apt-get to apt
* Changed many sleep timers from 1 second to 0.5 to speed up LinuxGSM
* Fix for issue #1784 Tmux closing wrong session
* Fixed dependency requirements for CoD 2 and CoD:UO #1866
* Discord now uses external IP over standard IP
* Code tidy/improvements with guidance from Shellcheck
* Added development command query-raw
* Added development command clear-functions
* Added development log dev-debug-function-order.log
* Added fctrserver to Travis CI tests
* Updates to GitHub Issues; Added bots and updated templated
* Fixed waffle.io button no longer working
* Corrected Query Port for UT3 (Query Port does not work btw)
7 years ago
Daniel Gibbs
4dbfbb17a7
Fixed issue #1852 teamspeak3 line 90: jq: command not found
7 years ago
Daniel Gibbs
77f1f9ea23
changed to new domain linuxgsm.com
7 years ago
Daniel Gibbs
a3bd278272
SC2162
7 years ago
Daniel Gibbs
3300ddc3e9
SC2196
7 years ago
UltimateByte
dd913baa12
Corrected else indentation
7 years ago
Daniel Gibbs
bbcf07603d
removed which command as per shellcheck
command is a POSIX and will exclusivly use this moving forward. https://github.com/koalaman/shellcheck/wiki/SC2230
7 years ago
UltimateByte
266b9c5471
Added double quotes, fixed indentation for ts3
7 years ago
Daniel Gibbs
578b3866b2
Fixed version number missing from ts3 download
7 years ago
Daniel Gibbs
ada3909e6c
update_ts3.sh can now use ts3 version json file is jq is installed
7 years ago
Daniel Gibbs
fdbc6fc73c
updated function_selfname to help with issue #1425
8 years ago
Daniel Gibbs
0bfbdbc01f
Got rid of double returns
8 years ago
Daniel Gibbs
6fbd530633
renamed filesdir to serverfiles
makign it easier to understand by changing the var to serverfiles (the actual name of the directory
8 years ago
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
Daniel Gibbs
ca01255e5d
removed update message from installer
8 years ago
Daniel Gibbs
e09c5454bd
minor wording update
8 years ago
Daniel Gibbs
73a576955c
${lgsmdir}/tmp has become ${tmpdir}
9 years ago
cedarlug
dfeeba76e9
This fixes an issue where the log file being parsed contains multiple instances
of the version number. When the egrep expression returns multiple lines, the
formation of the version number around line 133 ( the tr command ) that pulls
out everything but numbers generates a (potentially) enormous string.
Reference: http://steamcommunity.com/groups/linuxgsm/discussions/0/361798516936473435/
9 years ago
cedarlug
89a776d576
This fixes an issue where the log file being parsed contains multiple instances
of the version number. When the egrep expression returns multiple lines, the
formation of the version number around line 133 ( the tr command ) that pulls
out everything but numbers generates a (potentially) enormous string.
Reference: http://steamcommunity.com/groups/linuxgsm/discussions/0/361798516936473435/
9 years ago
Daniel Gibbs
50f36468c6
removed nl
9 years ago
Daniel Gibbs
8a47bbfc23
minor messages tweaks
9 years ago
Daniel Gibbs
29965a732b
updated comment
9 years ago
Daniel Gibbs
94822d97cc
added check for found log file missing build
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
fe86ab76d6
messages
9 years ago
Daniel Gibbs
60110fdc8c
colours are now variables
9 years ago
Daniel Gibbs
21512494fa
module name has been split
now named
commandname and command action
command name is used in logs
command action is used on-screen.
Also alterations to function_selfname now called just selfname
9 years ago
Daniel Gibbs
b32bb17ae4
functions_selfname is now just selfname
Also commented out any selfname that causes issues.
9 years ago
Daniel Gibbs
21a9b95c62
hides checking for update in installer
9 years ago
Daniel Gibbs
8937535295
fixing extract and copy
9 years ago
Daniel Gibbs
6e2d050e64
added fn_update_ts3_arch to correct location
9 years ago
Daniel Gibbs
94be9940e0
bug
9 years ago
Daniel Gibbs
9f08f682cc
created tmp dir if missing
9 years ago
Daniel Gibbs
737f5fe3db
moved tmp file to tmp dir
9 years ago
Daniel Gibbs
b8f44749a0
Ditched lgsm_version as not used
added
local modulename="Function"
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
to all functions
9 years ago
Daniel Gibbs
b013b20aa8
function_selfname is now local
9 years ago
Daniel Gibbs
60ca35600c
bug
9 years ago