UltimateByte
452d014ae0
Fixes #1136
9 years ago
CedarLUG
b8c82acbe8
Cleaning up where the pid vanishes between the query and the evaluation.
9 years ago
Daniel Gibbs
d1fbdb9a65
changed engine to lwjgl2
lwjgl2 is the actual engine used for minecraft
9 years ago
Daniel Gibbs
f029a4ad34
updated fn_stop_graceful_minecraft messages
9 years ago
Daniel Gibbs
15529b9b16
fn_stop_graceful_minecraft
9 years ago
Marvin Lehmann
6b26e2437d
Changed Teamspeak to TeamSpeak
- added fix for TeamSpeak 3 scripts using gamename="Teamspeak 3"
(core_functions.sh)
9 years ago
UltimateByte
1d7b618706
tmux stop better location
9 years ago
UltimateByte
6d0d1bff4c
stop mumble tmux test
9 years ago
UltimateByte
5677b48cd6
Contrib
9 years ago
UltimateByte
c52fc7f5c3
fn_script_log_fail doesn't exist & mumblepid
9 years ago
UltimateByte
ed76bb9f9e
fi
9 years ago
UltimateByte
3b83a87044
Added mumble stop
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
fe86ab76d6
messages
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
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
f1ee3aacfd
OK to info
9 years ago
Daniel Gibbs
cc700e69bd
already stopped returned code 2
9 years ago
Daniel Gibbs
97864ef769
updated log messages
9 years ago
cedarlug
05202ac0c3
Typo's are KILLING ME!
9 years ago
cedarlug
687ae5aa72
Fixing the issue when the process id vanishes.
9 years ago
Daniel Gibbs
b6c117bca6
local modulename may be required after all
9 years ago
Daniel Gibbs
e880fda8fe
Removed local from module name as for functions only
9 years ago
Daniel Gibbs
b077588f36
More alterations for exitcodes
9 years ago
Daniel Gibbs
603fc30fdc
added exit code handling.
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
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
Marvin Lehmann
4e7bd44364
Fixed lock file removal for source servers
fn_stop_graceful_source() didn't call fn_stop_tmux() or ' rm -f "${rootdir}/${lockselfname}" '. That's why monitoring restarted the server when it was shutdown gratefully.
9 years ago
cedarlug
570002cfce
Dang type-o
9 years ago
cedarlug
cdefc548cd
Formalizing countup check and reverting upstream changes
9 years ago
cedarlug
6dc74cdf99
Folding Ark stop functionality into development paradigm
9 years ago
Daniel Gibbs
eb303423f1
corrected if
9 years ago
Daniel Gibbs
86d3d5aa74
corrected if
9 years ago
Daniel Gibbs
b9c280eb3b
ts3 check status
9 years ago
Daniel Gibbs
50bf63da60
now using check_status.sh
9 years ago
Daniel Gibbs
bf03a08f06
Version 210516
9 years ago
Daniel Gibbs
eb903e5145
info_ts3status.sh deprecated
9 years ago
Daniel Gibbs
122c3c4be3
message fix
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
b82d0082f6
Moved info_config.sh to the correct place
9 years ago
Daniel Gibbs
77c5692bd8
Getting sdtd graceful working better
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
c2cf00f746
added tmux_stop
9 years ago
Daniel Gibbs
7e732a2f6f
missing fi
9 years ago
Daniel Gibbs
54895153bc
improvements to stop command
improvements to graceful shutdown
using functions more for easy reading
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
6f7aca25b3
changed to using function_selfname over getopt
9 years ago