Daniel Gibbs
4e97a9cb18
gamename not servername
9 years ago
Daniel Gibbs
9bf949e762
Added info_config.sh to fn_print_header
9 years ago
Daniel Gibbs
87d7608df2
fixes
9 years ago
Daniel Gibbs
3ba4aa5e1c
added fn_print_header and lightblue
9 years ago
Daniel Gibbs
13ed1ea590
I cannot spell! updated "Information"
9 years ago
Marvin Lehmann
464a8bd8e0
Added directory check
Simply checks if the script log directory exists to suppress the "not
found" error message. Could be improved with a "friendly" user
notification in the future?
9 years ago
Daniel Gibbs
f7978da801
commandaction for print
commandname for script
9 years ago
Daniel Gibbs
2319b8a2c1
commandadction to commandname
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
fe86ab76d6
messages
9 years ago
Daniel Gibbs
b1e9435413
added creeol var
carriage return & erase to end of line back in to the script.
9 years ago
Daniel Gibbs
6fba694b97
messages
9 years ago
Daniel Gibbs
2ae02cd187
removed space in error
9 years ago
Daniel Gibbs
edaa4e2bc2
moved print_dots
9 years ago
Daniel Gibbs
60110fdc8c
colours are now variables
9 years ago
Daniel Gibbs
edee6c4653
corrected nl bugs
9 years ago
Daniel Gibbs
ea17d3bd96
Made messages consistent with new exitcode format
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
7a65153810
cannot spell
9 years ago
Daniel Gibbs
431abd84b1
UPDATE eol
9 years ago
Daniel Gibbs
f5d765dbff
Added new fn_script_log vars
Depending on the error the script log will now display PASS, FATAL,
ERROR, WARN, INFO in the log.
9 years ago
Daniel Gibbs
678f8b83f8
Removed trailing spaces from files
Added "trim_trailing_white_space_on_save": true in to my sublime
text install to make sure trailing spaces get removed.
9 years ago
Daniel Gibbs
bf03a08f06
Version 210516
9 years ago
Daniel Gibbs
65bc10074c
Changed http to https on LGSM links
9 years ago
Daniel Gibbs
841a65b2f7
moved functions to lgsm dir
9 years ago
Daniel Gibbs
3b63636dee
Added coloured checking message
9 years ago
Daniel Gibbs
d99a7e2b43
Updated function
9 years ago
Daniel Gibbs
4039533839
returned -n to messages
9 years ago
Daniel Gibbs
e8fc3ffcb9
removed sleep from eol
9 years ago
Daniel Gibbs
cbb5bbe170
all nl messages will act the same
most nl messages already waited 1 second before new line. however all
should now do this giving a more consistent feel
9 years ago
Daniel Gibbs
c2382c73a0
Correcting more messages
9 years ago
Daniel Gibbs
66f72ebad5
Updated notes
9 years ago
Daniel Gibbs
ece19b3355
Updated messages func names
Update al messages function names to make is easier to read
9 years ago
Daniel Gibbs
83a5a22a6e
added canceled and removed
9 years ago
Daniel Gibbs
6d1819e05f
Added CANCELED and REMOVED eol
9 years ago
Daniel Gibbs
d1491d5984
Added fn_printqueryingeol
9 years ago
Daniel Gibbs
1e2ec54367
Added fn_printokeolnl and fn_printfaileolnl
9 years ago
Daniel Gibbs
5f290fd3b8
Updates all version numbers
9 years ago
Daniel Gibbs
51414a9bc4
Changed core functions names
9 years ago
Daniel Gibbs
860126bf7d
Initial renaming
creating new branch to test renaming
9 years ago
Daniel Gibbs
9ed0b46176
Added new messages eol
9 years ago
Daniel Gibbs
39e963fb13
Change to function version to variable
9 years ago
Daniel Gibbs
f0c7d42f06
changed to infomation
9 years ago
Daniel Gibbs
9ec7a4d8cc
Added info message
9 years ago
Daniel Gibbs
bcad424b78
danielgibbs.co.uk to gameservermanager.com
10 years ago
Daniel Gibbs
c7b20905eb
Updated dates
10 years ago
Poil
8d46a49a01
Fix : binary operator expected and don't use a not not operator
10 years ago
Daniel Gibbs
c912c4d2bd
Major rename of functions
* All functions names have been reviewed and renamed to make it easier
to identify what the function is for. This is for my benefit as there
are now over 50 functions to manage.
* New details feature. It has been reworked to add more useful info and
fix any bugs with details not always being displayed.
* Main script file e.g csgoserver should no longer require any updates
from this point. All code modifications should be made from the
functions. Any future edits would relate to server specific config.
* servername variable has been moved to its own function if name is
gathered from a config file. The same applies for ports, usernames and
passwords.
* new function fn_details_distro gathers all the required OS info for
fn_details and other functions that require this info
* Various improvements and bug fixes that I cannot remember.
10 years ago
Daniel Gibbs
5cf0a5f5c9
Changes to terminal and log messages.
* Major changes to terminal and log messages.
* More constant and improved wording of terminal and log messages.
* New local variable "modulename" that is displayed in terminal and log
messages.
* Added commented descriptions to most functions.
10 years ago
Daniel Gibbs
b61d3e4f83
Created fn_messages
10 years ago