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 |
Daniel Gibbs
|
5f290fd3b8
|
Updates all version numbers
|
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
|
46a812604f
|
added fn_arma3fix
|
9 years ago |
Daniel Gibbs
|
7533688694
|
changed to elif
|
9 years ago |
Daniel Gibbs
|
553ece636f
|
corrected then statements not matching
|
9 years ago |
Daniel Gibbs
|
39e963fb13
|
Change to function version to variable
|
9 years ago |
Daniel Gibbs
|
841d9fc5c0
|
added newer version
|
10 years ago |
Daniel Gibbs
|
c4a43f8ccd
|
added exit
|
10 years ago |
Daniel Gibbs
|
1c036c0d74
|
Revert "Altered as per https://github.com/koalaman/shellcheck/wiki/SC2060"
This reverts commit 6a34713e1c .
|
10 years ago |
Daniel Gibbs
|
6a34713e1c
|
Altered as per https://github.com/koalaman/shellcheck/wiki/SC2060
|
10 years ago |
Daniel Gibbs
|
c48fadba8d
|
Added link about upgrade tmux
|
10 years ago |
Daniel Gibbs
|
baf75404ed
|
Fixed updateonstart not functioning correctly
bug: when update on restart is set to on it was not working. Also moved
code to make the update message come before the start message
|
10 years ago |
Daniel Gibbs
|
3cd1cc9946
|
added "on" as an option updateonstart
|
10 years ago |
Scarsz
|
bf599d360f
|
Update fn_start version
|
10 years ago |
Scarsz
|
66185890e4
|
Quotation escaping fixes
|
10 years ago |
Scarsz
|
de5de8ff38
|
Encapsulate service name in quotations
|
10 years ago |
Daniel Gibbs
|
4a5e4cffb6
|
Moved updateonstart code before the console log is moved
Moved updateonstart code before the console log is moved to prevent a
bug that meant fn_update_check was unable to to check logs for updates.
|
10 years ago |
Daniel Gibbs
|
bd4574a6a4
|
removed fn_check_steamcmd from mumbleserver
|
10 years ago |
Daniel Gibbs
|
73a63afa93
|
Added ts3server installer
ts3server now has an installer
|
10 years ago |
Daniel Gibbs
|
f6fbceb62d
|
Moved ts3server log checking to fn_check_logs
|
10 years ago |
Daniel Gibbs
|
c0f0ed5b57
|
Arma 3 updated Port Requirement
|
10 years ago |
Daniel Gibbs
|
691e137240
|
arma 3 updated port requirement
See issue
https://github.com/dgibbs64/linuxgsm/issues/325
|
10 years ago |
Daniel Gibbs
|
c1ad3e6716
|
added updateonstart variable
this new variable will allow the script to check for updates when
running the start command
|
10 years ago |
Daniel Gibbs
|
db2b8fb107
|
added option to check for update update on start
|
10 years ago |
Daniel Gibbs
|
c8a5f9b792
|
Improved Tmux error reporting.
|
10 years ago |
Daniel Gibbs
|
bcad424b78
|
danielgibbs.co.uk to gameservermanager.com
|
10 years ago |
Marvin
|
4f3fb109c1
|
fixed wrong else position
Fixed an 'else' that belonged to a wrong 'if block'. Introduced with 2799224afa
|
10 years ago |
Daniel Gibbs
|
2799224afa
|
Now detects tmux operation no permitted error
Detects the following error.
https://github.com/dgibbs64/linuxgsm/issues/184
|
10 years ago |