Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
eed7bad25a
re arraigned exitbypass
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
505d0c544b
stop exitmsg on same line
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
f2d673a070
bug
9 years ago
Daniel Gibbs
4716aeb182
exitcode trap
designed to give and exit code at anytime if ctrl-c is pressed
9 years ago
Daniel Gibbs
cf95c40de8
setting up an exit bypass
9 years ago
Daniel Gibbs
3262ad8903
e
9 years ago
Daniel Gibbs
38b07557dc
renamed to function_selfname
9 years ago
Daniel Gibbs
e880fda8fe
Removed local from module name as for functions only
9 years ago
Daniel Gibbs
a2a8208fe7
warn
9 years ago
Daniel Gibbs
1af3ce47ce
added sleep and absolute location of .dev-debug
9 years ago
Daniel Gibbs
3f22dc1ef5
converted more to exitcodes
9 years ago
Daniel Gibbs
907ae11233
and not or
9 years ago
Daniel Gibbs
7dc2a723d1
stopped exit from running if no exitcode
9 years ago
Daniel Gibbs
3d507d8d73
removed exit on pass
9 years ago
Daniel Gibbs
a7ac7adfa2
elif
9 years ago
Daniel Gibbs
603fc30fdc
added exit code handling.
9 years ago