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
Daniel Gibbs
5c914f6e97
Fixes for insserver
This update fixes issues raised since recent update to insserver
*fixed issue causing the following error ./srcds_linux: error while
loading shared libraries: libtier0.so: cannot open shared object file:
No such file or directory
* glibc fix working again with insserver
10 years ago
Daniel Gibbs
f494ca7084
ts3server online status now works
10 years ago
Daniel Gibbs
1b818e0151
touch to create consolelog file
*This will remove any chance of error stating the file does not exist
*Check logs has been added to create log dirs if missing.
10 years ago
Daniel Gibbs
57b55d1ff4
error message about tmux 1.8
*added error message about tmux 1.8 console logging not working.
*added Rub debug mode message on server failure.
10 years ago
Daniel Gibbs
29d80e88ce
Removed tail -c 3. caused issues in Slackware
10 years ago
Daniel Gibbs
25c0e0e210
Merged and updated ts3server
Ts3server now updated and merged in to the new functions method.
This merge has not added any new features but just updated the code.
New features will be added over time.
10 years ago
Daniel Gibbs
c912c4d2bd
Major rename of functions
* All functions names have been reviewed and renamed to make it easier
to identify what the function is for. This is for my benefit as there
are now over 50 functions to manage.
* New details feature. It has been reworked to add more useful info and
fix any bugs with details not always being displayed.
* Main script file e.g csgoserver should no longer require any updates
from this point. All code modifications should be made from the
functions. Any future edits would relate to server specific config.
* servername variable has been moved to its own function if name is
gathered from a config file. The same applies for ports, usernames and
passwords.
* new function fn_details_distro gathers all the required OS info for
fn_details and other functions that require this info
* Various improvements and bug fixes that I cannot remember.
10 years ago
Daniel Gibbs
6f560a9acb
Scripts now check if SteamCMD is missing
Sometimes I need to delete the SteamCMD dir for testing. I have added
functionality to automatically re download if missing. Will also prevent
any risk of steamcmd.sh command no found error.
10 years ago