Since new update to nmrih server binaries for the server have moved. I
have updated the script to reflect this. Hopefully this should resolve
any remaining issues with this script.
Also migrated glibcfix to the new functions.
First function to be migrated to its own file. This will slowly be done
over time to more functions as changes are made. The idea is to reduce
the requirement to copy the same changes to every script many times.
This fixes the following issue: libstdc++.so.6 fix
https://github.com/dgibbs64/linuxgameservers/issues/203
This is the first release of this new file function feature any bugs
please report. To apply the fix to existing servers you will need to run
the installer again.
*Added tmux error checking - because of recent issues with some CentOS 7
installs not working with standard users. Errors will be reported to the
script logs.
* Very minor bug fixes
* Version updates to all scripts
* Synced the scripts so all functions correctly match
* updated fn_autoip so 127.0.0.0 range should be ignored
* glibcfix function added where required
* Fixed update-restart bug causing the lockfile to be created in the
wrong directory #172
* gmodserver libsteamfix added
* General code tidy up
Created a global function for glibc fixes. Will detect GLIBC version and
game server to apply a fix as needed.
Update fn_autoip to ignore entire 127.0.0.0 range
/dependency hell
Added a single location for the GLIBC 2.14 fix. All files will be then
downloaded to there respective dirs for that game server. The fix will
make all servers scripts more consistent with resolving this issue.
fixed issue ${logfile} is not defined #131
General code tidy up. Trimmed training spaces and moved fn_scriptlog
outputs under there respective log messages to screen instead of waiting
1 second to output to log file
I have reviewed the code and made minor changes to make sure it is easy
for me to run compare/merges with the other scripts without making
errors.
* Moved some functions around
* Reworded and removed various "stuff".
* Removed fn_ports function (I see why it was done however adds
complications for merging)
* Put back fn_serverquery (not used yet but there would be plans to get
it working in future)