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
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
UltimateByte
0faf47f027
fixed misplaced escape -_- damn me and damn sed
7 years ago
UltimateByte
bb0ae9ae53
Now trying to fix the actual sed
7 years ago
UltimateByte
099de12356
fixing more blindness on horrible sed syntax
7 years ago
UltimateByte
8b1188d8ae
Fixing my blindness
7 years ago
UltimateByte
944dadaeef
trying out different sed separator
7 years ago
UltimateByte
de7d264bf9
Attempt at fixing #1949
Fixes #1949 hopefully
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
77f1f9ea23
changed to new domain linuxgsm.com
7 years ago
Daniel Gibbs
26a1f4992f
Will send alert if _default.cfg has changed
7 years ago
Daniel Gibbs
fdbc6fc73c
updated function_selfname to help with issue #1425
8 years ago
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