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
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
Daniel Gibbs
73213d6439
Streamlining ts3 installer
9 years ago
Daniel Gibbs
0e94e2bb7e
added function name
9 years ago
Daniel Gibbs
f7121a30e0
Improving update functions
9 years ago
Daniel Gibbs
eb949bf0cb
Update function being improved.
9 years ago