Daniel Gibbs
4a2fef2e67
changed servername to gameservername
8 years ago
Daniel Gibbs
f4c133ddf2
Corrected backup dir location
8 years ago
Daniel Gibbs
15be75d42d
github_file_url_dir was being changed if _default.cfg was downloaded
8 years ago
Daniel Gibbs
68e4f8ef9d
If legacymode is on then bypass certain updates
8 years ago
Daniel Gibbs
141916bd84
checks the file exists remotly
currenlty doubles the http requests but not sure of a better way currently
8 years ago
Daniel Gibbs
0839e549bc
added exit code for removal of stray functions
8 years ago
Daniel Gibbs
cc91a5ea3e
improved exitcode
8 years ago
Daniel Gibbs
a086d9fbbc
removed var
8 years ago
Daniel Gibbs
9d046fcb8e
Added optionto delete unknown functions in function dir
should a non existant or random file be put in to the functions dir it will be removed
8 years ago
Daniel Gibbs
3ef9d523ec
reverted back to tmp dir
8 years ago
Daniel Gibbs
3ef7ca2879
updated download variables
8 years ago
Daniel Gibbs
ce59ea792c
mkdr backup dir
8 years ago
Daniel Gibbs
a1cf14c65f
moving linuxgsm.sh to functions dir
8 years ago
Daniel Gibbs
f6a5338767
moved linuxgsm.sh to tmpdir
8 years ago
Daniel Gibbs
d34833efce
improving messages
8 years ago
Daniel Gibbs
7fd3177c89
renaming update_functions to update_linuxgsm
8 years ago
Daniel Gibbs
d4c14e2158
using selfname
8 years ago
Daniel Gibbs
ee302aca40
corrected fetch file
8 years ago
Daniel Gibbs
4e1ac470a0
tidy up
8 years ago
Daniel Gibbs
8dfb3adf4b
fixing sed
8 years ago
Daniel Gibbs
9ccb9f68b2
thanks autocomplete
8 years ago
Daniel Gibbs
dae72efd96
double quotes
8 years ago
Daniel Gibbs
c5756d8e84
Further improvements
8 years ago
Daniel Gibbs
cfb0b17d6e
Basic self update feature
work in progress
8 years ago
Daniel Gibbs
87927d82eb
now checks and replaces linuxgsm.sh in tmpdir
8 years ago
Daniel Gibbs
9ac42470fe
re wording
8 years ago
Daniel Gibbs
add483114f
Testing main script file check
8 years ago
Daniel Gibbs
aac5af596d
Updated ui
8 years ago
Daniel Gibbs
6e5a93a827
corrected path
8 years ago
Daniel Gibbs
b20a33dd35
bug
8 years ago
Daniel Gibbs
a98b72cb6f
Corrected curl paths
many curl references were not using curlpath
8 years ago
Daniel Gibbs
16c94f854a
fixing issues with curl
8 years ago
Daniel Gibbs
be948aff4f
Testing updater
8 years ago
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
Daniel Gibbs
b9f47518b9
uf was missing a commandname
8 years ago
Marvin Lehmann
3eee2b3690
Fixed some typos and improved descriptions
These changes do not affect the functionality of the code.
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
edaa4e2bc2
moved print_dots
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
fd4a4e57c6
message
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
56e5a1f03b
added modulename
9 years ago
Daniel Gibbs
ecc920581e
only logs is update required
9 years ago
Daniel Gibbs
aaf346a9f4
log message
9 years ago
Daniel Gibbs
04aadbc039
remove function before dl
9 years ago
Daniel Gibbs
b2d72dd1ae
added update eol
9 years ago
Daniel Gibbs
eb44ca040e
removed "20"
9 years ago
Daniel Gibbs
20189fcdc8
OK
9 years ago
Daniel Gibbs
c9c6c10d1b
using core_dl.sh to download the file
9 years ago