Daniel Gibbs
08445c975d
Updated error message for tmux
10 years ago
Daniel Gibbs
579a9a3e75
Updated lgsm-default.cfg for nmrihserver
10 years ago
Daniel Gibbs
4db25b48de
Fixed selfname error
selfname="$(basename 0)"
selfname="$(basename $0)"
10 years ago
Daniel Gibbs
c3543ac48a
Removes gamespy.com master server
10 years ago
Daniel Gibbs
8e2b5541c8
Added bypass for updatecheck for UT99 and UT2K4
10 years ago
Daniel Gibbs
ac6696c566
Fixed typo in function
10 years ago
Ilija Matoski
8a714b00cb
$(tmux -V|sed "s/tmux //"|sed -n '1 p'|tr -cd '[:digit:]')
doesn't work on some version of bash unless [:digit:] is enclosed in qoutes
10 years ago
Ilija Matoski
217d87f31a
Added a message to differentiate between specified a config and not
10 years ago
Ilija Matoski
6bc2132c51
Added a way to have multiple configuration in the same directory
10 years ago
Daniel Gibbs
43ba4360fc
Merge pull request #306 from dgibbs64/Scarsz-README-Issues
Add link to filtered issues page to only show bugs with the script
10 years ago
Scarsz
6a12382ea5
Add link to filtered issues page to only show bugs with the script
10 years ago
Daniel Gibbs
553afd1a28
Merge pull request #305 from dgibbs64/Scarsz-README-Update
Include README to have FAQ
10 years ago
Scarsz
45f51fc0d7
Include README to have FAQ
10 years ago
Daniel Gibbs
c3450ec606
Added Starbound server
Added Starbound server. First release please report issues.
10 years ago
Daniel Gibbs
c1d35c3f5b
added fn_check_logs
10 years ago
Daniel Gibbs
6c97fa522f
replaced £ with \t
replaced £ with \t this shodul resolve issues with details not
displaysing correctly in some distros
10 years ago
Daniel Gibbs
dd683659d4
Added mod cstrike
added mod cstrike to try and improve the chance of downloading files
correctly
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
3a93b739f2
Corrected code to check if command exists
10 years ago
Daniel Gibbs
b9725724b0
lsb_release command now detected
changed so lsb_release command is detected rather than the
/etc/lsb-release file
10 years ago
Daniel Gibbs
00ee13fdaf
Added kf ut99 and ro fix back in
10 years ago
Daniel Gibbs
916debe1c8
forgot to ad $getopt var
10 years ago
Daniel Gibbs
f8c64f0d9b
added ts3server to getopt
10 years ago
Daniel Gibbs
6e3ba0e758
Updated monitor for ts3server
10 years ago
Daniel Gibbs
6b5034dc7d
removed if
10 years ago
Daniel Gibbs
09347aebec
updated functions for ts3server
10 years ago
Daniel Gibbs
c817186cf3
removed parms code
10 years ago
Daniel Gibbs
8003db579c
Merge branch 'master' of https://github.com/dgibbs64/linuxgameservers
10 years ago
Daniel Gibbs
7bdcbd0692
Merged and updated ts3server
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
7dd912522c
added ./ to code with selfname
after a change to selfname var needed to add ./ before some of the
variables.
10 years ago
Daniel Gibbs
aa1e2cf491
Moved logdays to correct location
10 years ago
Daniel Gibbs
ac8cfe6286
fixed command substitution: line 55
10 years ago
Daniel Gibbs
977cbbe62c
Misspelt Garry's Mod
misspelt Garry's mod
10 years ago
Daniel Gibbs
1995717d94
Deleted functions with old names
Removed the old functions that are no longer required. This may cause
issues with older script version. If you experience and issue please
update
10 years ago
Daniel Gibbs
c7b20905eb
Updated dates
10 years ago
Daniel Gibbs
780e27fe88
Revert "Get all ip if ip=0.0.0.0"
This reverts commit b1cd86d94c
.
10 years ago
Daniel Gibbs
74e89b2cef
Merge pull request #276 from Poil/master
Fix : binary operator expected and don't use a not not operator
10 years ago
Poil
7dbbb3cbe7
For ls ... PLEASE NO !!!
10 years ago
Poil
bb4aa69646
No error when links already exist
10 years ago
Poil
b3bd56a2ad
Optim
10 years ago
Poil
b1cd86d94c
Get all ip if ip=0.0.0.0
10 years ago
Poil
386b1cfc8c
missing fix
10 years ago
Poil
7df2d8c602
True selfname. Remove stupid code
10 years ago
Poil
8d46a49a01
Fix : binary operator expected and don't use a not not operator
10 years ago
Daniel Gibbs
1e9e90b0e9
added missing fn_details_config function for source
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