Casper
8faffe4ab8
Revert "Changed the target-session of all tmux commands to use exact matching."
This reverts commit 14efacbdac
.
8 years ago
Casper
14efacbdac
Changed the target-session of all tmux commands to use exact matching.
8 years ago
Daniel Gibbs
fdbc6fc73c
updated function_selfname to help with issue #1425
8 years ago
Daniel Gibbs
4a21ddc7a3
Added ARK to warning about lack of output
8 years ago
Daniel Gibbs
421fcd6972
Added hurtworld
8 years ago
Daniel Gibbs
eb921cb64e
consistancy
8 years ago
Daniel Gibbs
910024ec2c
Added info on available output and input in the console
Servers like Rust done output anything in the console and dont allow input. This confuses many users. Added an if statement to display details about this. Other servers will also benefit from this. However I dont know which servers these messages apply to currently.
8 years ago
UltimateByte
0c94a78f90
Fit changes to master
8 years ago
UltimateByte
90f03aea5e
repaired broken command by removing old "done"
8 years ago
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
s-eam
0901753364
Abstract Y/N Prompt Logic
- Modularize prompt logic into separate function (fn_prompt_yn)
- Refactor scripts to utilize fn_prompt_yn
- Enhance Y/N prompt interface for usability
8 years ago
Daniel Gibbs
3ba4aa5e1c
added fn_print_header and lightblue
9 years ago
Daniel Gibbs
1ec0da4042
nl
9 years ago
Daniel Gibbs
34c88b5f17
fn_print_information
9 years ago
Daniel Gibbs
971f18db73
fn_print_information
9 years ago
Daniel Gibbs
251c63ddb9
now says "CTRL+b" then "d" to reduce confusion
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
fe86ab76d6
messages
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
7791e097ac
messages
9 years ago
Daniel Gibbs
14e9bcbb4d
messages
9 years ago
Daniel Gibbs
b013b20aa8
function_selfname is now local
9 years ago
Daniel Gibbs
dfafa3364e
added selfname to bottom
9 years ago
Daniel Gibbs
621c3d7cde
added default option
9 years ago
Daniel Gibbs
efaa25293e
revert to exitbypass only
9 years ago
Daniel Gibbs
d04fd54ea5
console will attempt access after starting
9 years ago
Daniel Gibbs
ba8edcc9b6
error not fatal
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
47f068270a
scriptlog
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
5401972356
Corrected = separator length
9 years ago
Daniel Gibbs
96c86e8b6d
corrected [y/N]
9 years ago
Daniel Gibbs
65bc10074c
Changed http to https on LGSM links
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
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
6f7aca25b3
changed to using function_selfname over getopt
9 years ago
Daniel Gibbs
c2c5693047
Moving checks to start of commands
9 years ago
Daniel Gibbs
5f290fd3b8
Updates all version numbers
9 years ago
Daniel Gibbs
069f2cba06
updated dates
9 years ago
Daniel Gibbs
95602338a3
check_systemdir
9 years ago
Daniel Gibbs
f005da0fe8
Renamed all functions test required now
9 years ago
Daniel Gibbs
860126bf7d
Initial renaming
creating new branch to test renaming
9 years ago
Daniel Gibbs
39e963fb13
Change to function version to variable
10 years ago
Daniel Gibbs
4a66d6de7f
Added exit codes where needed
10 years ago
xFaNaTiix
a252f3e771
Corrected versions (dates)
10 years ago
Marvin Lehmann
da7f3d0b34
Added default input "y" when opening console
Now you just have to press ENTER.
Note that this requires v4 of bash.
10 years ago