Daniel Gibbs
788886450c
Backup function improvements ( #1161 )
* Added no of days since last backup
Allows the number of days since last backup to be displayed
* Added last backup x days ago
Added a bracket in the last backup date stating how many days ago the last backup took place
* Added lock file creation to logs
* corrected trap display ...
* Updated comment
* updated log message
* Lockfile
* downloading ${filename}...
* Improvements up command_backup.sh
Changes to the messages displayed on screen
added trap and improved lockfile support
renamed some functions
other misc changes
9 years ago
UltimateByte
6fec42b7c1
tmuxception moved to check_tmuxception.sh
9 years ago
Daniel Gibbs
703bd28f2d
tmuxception
9 years ago
UltimateByte
2d86a97340
fn_script_log_fatal & message
9 years ago
UltimateByte
bea59e9cd1
right script log
Fixes #1117
9 years ago
UltimateByte
ebbe3f5a61
Don't start from tmux or screen
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
3967e4e8b4
Mumble back to tmux, cleaning
9 years ago
UltimateByte
9b29697129
test tmux mumble
9 years ago
UltimateByte
45076f9b30
Contrib
9 years ago
UltimateByte
929cae9fcd
Removed quotes preventing start
9 years ago
UltimateByte
5beef0efa1
fi & quotes
9 years ago
UltimateByte
1e53947f97
fn_start_mumble
9 years ago
UltimateByte
39a31a0488
Mumble start parameters
9 years ago
Daniel Gibbs
2b1ff033a7
added exitbypass
9 years ago
Daniel Gibbs
7a28922101
command_update.sh
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
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
4a363c67bf
Revert "updated to ts3server code"
This reverts commit 87a2d72297
.
9 years ago
Daniel Gibbs
f9fe306ce6
Revert "Resshuffled code to better suite exitcodes"
This reverts commit 6deeb0a706
.
9 years ago
Daniel Gibbs
b6c117bca6
local modulename may be required after all
9 years ago
Daniel Gibbs
87a2d72297
updated to ts3server code
9 years ago
Daniel Gibbs
6deeb0a706
Resshuffled code to better suite exitcodes
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
Daniel Gibbs
bf03a08f06
Version 210516
9 years ago
Daniel Gibbs
d5fc079b41
only tries to move file if exists
9 years ago
Daniel Gibbs
65bc10074c
Changed http to https on LGSM links
9 years ago
Daniel Gibbs
5764b6ea9a
moved fn_parms
9 years ago
Daniel Gibbs
3bbfb0dbe5
Getting server status is now consistent
Both tmux and ts3 status gathering are the same/ Now call a file called
check_status.sh this returns the server status as 0 or 1
9 years ago
UltimateByte
f648b25b1e
Ability to disable console logs.
9 years ago
Daniel Gibbs
841a65b2f7
moved functions to lgsm dir
9 years ago
Daniel Gibbs
d99a7e2b43
Updated function
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
ece19b3355
Updated messages func names
Update al messages function names to make is easier to read
9 years ago
Daniel Gibbs
9dd1b0c83e
minor fix
9 years ago
Daniel Gibbs
63589ee53e
Streamlined the command
* Streamlined the command to use command_start
* made interface mor like command_console and command_backup
9 years ago
Daniel Gibbs
8d3cc1112d
intergrating fix.sh
9 years ago
Daniel Gibbs
6f7aca25b3
changed to using function_selfname over getopt
9 years ago
Daniel Gibbs
9e38714872
start now only using check.sh
9 years ago
Daniel Gibbs
f7e25307e2
added newline
9 years ago
Daniel Gibbs
c2c5693047
Moving checks to start of commands
9 years ago
Daniel Gibbs
ff3017fd97
removed spaces
9 years ago
Daniel Gibbs
fdce54ff05
renamed check_ts3status.sh to info_ts3status.sh
9 years ago