UltimateByte
63a040cf83
Install config if missing fixes #1142
9 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
f022986832
Now using core_exit.sh
Updated to use new exit code system. I have added a wiki page with the
basics
https://github.com/dgibbs64/linuxgsm/wiki/LGSM-Exit-Codes
Corrected typos
9 years ago
UltimateByte
002c7a99e4
RCON password check for Rust
If no RCON password is set, it completely messes up with Rust.
If the default password is set, the admin should be warned as it's quite dangerous.
Tested working as expected.
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
f6c60ef371
messages
9 years ago
Daniel Gibbs
6a3193194d
removed local commandaction="Checking"
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
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
97864ef769
updated log messages
9 years ago
Daniel Gibbs
adfbaa49f3
updated fn_scriptlog to fn_script_log
Bringing in line with other function names
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
ece19b3355
Updated messages func names
Update al messages function names to make is easier to read
9 years ago
Daniel Gibbs
37c3f7f2e2
Adjusted to run on specific commands
9 years ago
Daniel Gibbs
742abe2d09
!
9 years ago
Daniel Gibbs
b276263dae
Monitor update check_config
9 years ago
Daniel Gibbs
840c28011d
Added check_config.sh
This function checks that servercfgfullpath exists and warns if missing
9 years ago