Daniel Gibbs 673cb89acf Merge pull request #767 from Flightkick/patch-1 hace 10 años
..
README.md 739596714d Update README.md hace 10 años
check.sh 7bf99a05eb Removed tmux check on stop as preventing debug mode hace 10 años
check_config.sh 37c3f7f2e2 Adjusted to run on specific commands hace 10 años
check_deps.sh 7a58d80d9e check using mailx hace 10 años
check_ip.sh 3c1e6da572 Line break at end of IP warning hace 10 años
check_logs.sh 5f290fd3b8 Updates all version numbers hace 10 años
check_root.sh 5518bff629 updated date hace 10 años
check_steamcmd.sh ca1e4e1af6 check SteamCMD now using functions hace 10 años
check_steamuser.sh 5f290fd3b8 Updates all version numbers hace 10 años
check_systemdir.sh 496463f45c Added ability to be logged if available. hace 10 años
check_tmux.sh 5f290fd3b8 Updates all version numbers hace 10 años
command_backup.sh aabbe9b463 echo at the right place hace 10 años
command_console.sh 6f7aca25b3 changed to using function_selfname over getopt hace 10 años
command_debug.sh 8f851c5ed3 start fixes and install fixes kept apart. hace 10 años
command_details.sh 6a8ba9b6af Rust Game/Query port is tcp&udp hace 10 años
command_dev_debug.sh d7f5f9cc1c date hace 10 años
command_dev_detect_deps.sh 443018125a missing then hace 10 años
command_email_test.sh 4aa2c3ad76 renamed email_test hace 10 años
command_fastdl.sh 0effc04d65 Version, Will travis work ? hace 10 años
command_install.sh e561a86acd Added to installer hace 10 años
command_monitor.sh 9a35c06329 added idtech3 hace 10 años
command_start.sh d3086275d0 Should always start the server with the inifile hace 10 años
command_stop.sh 6f7aca25b3 changed to using function_selfname over getopt hace 10 años
command_ts3_server_pass.sh dc9b586a1c Set ts3serverpass to 0 after password change hace 10 años
command_update.sh 860126bf7d Initial renaming hace 10 años
command_validate.sh 8d3cc1112d intergrating fix.sh hace 10 años
compress_unreal2_maps.sh 6f7aca25b3 changed to using function_selfname over getopt hace 10 años
compress_ut99_maps.sh c6e8123572 added missing quotes hace 10 años
core_functions.sh 1859394bbf Added fastdl command hace 10 años
core_getopt.sh 6dc71d6148 Update core_getopt.sh hace 10 años
core_messages.sh 5f290fd3b8 Updates all version numbers hace 10 años
email.sh 172e2fbb94 Removed Executable + Argumens hace 10 años
fix.sh 18c3eb8055 syntax error hace 10 años
fix_arma3.sh d02c14d228 corrected if statement hace 10 años
fix_csgo.sh dbc0832894 renamed function hace 10 años
fix_dst.sh 243043af90 changed to symlink hace 10 años
fix_glibc.sh 7eec562dea Updated DST name hace 10 años
fix_ins.sh 43cbe01970 fix hace 10 años
fix_kf.sh 8f851c5ed3 start fixes and install fixes kept apart. hace 10 años
fix_ro.sh 8f851c5ed3 start fixes and install fixes kept apart. hace 10 años
fix_steamcmd.sh 2629a9bbde Removed gmod libsteam.so fix as per #596 hace 10 años
fix_ut2k4.sh 8f851c5ed3 start fixes and install fixes kept apart. hace 10 años
fix_ut99.sh 8f851c5ed3 start fixes and install fixes kept apart. hace 10 años
fn_functions 5f290fd3b8 Updates all version numbers hace 10 años
fn_getopt 5f290fd3b8 Updates all version numbers hace 10 años
fn_update_functions bf3fda25b0 Altered script log messages slightly hace 10 años
info_config.sh a34adda006 Update info_config.sh hace 10 años
info_distro.sh 5f290fd3b8 Updates all version numbers hace 10 años
info_glibc.sh 36d4908844 Added Quake Live hace 10 años
info_ts3status.sh fdce54ff05 renamed check_ts3status.sh to info_ts3status.sh hace 10 años
install_complete.sh 7eec562dea Updated DST name hace 10 años
install_config.sh 46260987e3 added rust default config hace 10 años
install_dl_ut2k4.sh d0b4d226c4 Made titles more consistant hace 10 años
install_dl_ut99.sh d0b4d226c4 Made titles more consistant hace 10 años
install_gslt.sh 5f290fd3b8 Updates all version numbers hace 10 años
install_gsquery.sh 4e6181f7ea missed || hace 10 años
install_header.sh 6648ac9170 Altered header to link contributors page on Github hace 10 años
install_logs.sh 5f290fd3b8 Updates all version numbers hace 10 años
install_retry.sh 5f290fd3b8 Updates all version numbers hace 10 años
install_serverdir.sh d0b4d226c4 Made titles more consistant hace 10 años
install_serverfiles.sh c2c5693047 Moving checks to start of commands hace 10 años
install_steamcmd.sh a587cfc7d2 Install SteamCMD now uses the check instead hace 10 años
install_ts3.sh 951f9d448f matching updater's version checking hace 10 años
install_ts3db.sh d0b4d226c4 Made titles more consistant hace 10 años
install_ut2k4.sh d0b4d226c4 Made titles more consistant hace 10 años
install_ut2k4_key.sh 906a2d76bd Update install_ut2k4_key.sh hace 10 años
install_ut99.sh d0b4d226c4 Made titles more consistant hace 10 años
logs.sh eff90db5f1 double quotes hace 10 años
monitor_gsquery.sh 5f290fd3b8 Updates all version numbers hace 10 años
update_check.sh 8a325cf078 Fixing ts3 update checking hace 10 años
update_dl.sh 559bce4cc7 renamed extract dir hace 10 años
update_functions.sh bf3fda25b0 Altered script log messages slightly hace 10 años

README.md

Linux Game Server Manager - Functions

These functions are universal functions that work in all scripts.

Function Names

Functions have been named to give an idea of what the function does.

  • core: Essential functions that are will always run first.
  • command: Primary command function.
  • check: Runs checks that will either halt on or fix an issue.
  • dev: development functions.
  • fix: Applies a game server specific fix.
  • info: retrieves information from a source such as config file or the OS.
  • install: Functions related to the installer.
  • monitor: Functions related to monitor.
  • update: Functions that update the game server.