Daniel Gibbs d5d4bee45c adjusting display преди 10 години
..
README.md 739596714d Update README.md преди 10 години
check.sh 3b7afb9fea Changed to and instead of or преди 10 години
check_config.sh 37c3f7f2e2 Adjusted to run on specific commands преди 10 години
check_deps.sh 26ca719fa4 Add sleep for installer преди 10 години
check_ip.sh 3c1e6da572 Line break at end of IP warning преди 10 години
check_logs.sh 5f290fd3b8 Updates all version numbers преди 10 години
check_root.sh 496463f45c Added ability to be logged if available. преди 10 години
check_steamcmd.sh a9faafac74 corrected if statements преди 10 години
check_steamuser.sh 5f290fd3b8 Updates all version numbers преди 10 години
check_systemdir.sh 496463f45c Added ability to be logged if available. преди 10 години
check_tmux.sh 5f290fd3b8 Updates all version numbers преди 10 години
command_backup.sh 6f7aca25b3 changed to using function_selfname over getopt преди 10 години
command_console.sh 6f7aca25b3 changed to using function_selfname over getopt преди 10 години
command_debug.sh 8f851c5ed3 start fixes and install fixes kept apart. преди 10 години
command_details.sh 49807528c9 Disk details missing re-added преди 10 години
command_dev_debug.sh d7f5f9cc1c date преди 10 години
command_dev_detect_deps.sh 9198dc1ba4 added error for readelf not existing преди 10 години
command_email_test.sh 4aa2c3ad76 renamed email_test преди 10 години
command_install.sh e561a86acd Added to installer преди 10 години
command_monitor.sh 6f7aca25b3 changed to using function_selfname over getopt преди 10 години
command_start.sh 9dd1b0c83e minor fix преди 10 години
command_stop.sh 6f7aca25b3 changed to using function_selfname over getopt преди 10 години
command_ts3_server_pass.sh cfa3ffa409 date преди 10 години
command_update.sh 860126bf7d Initial renaming преди 10 години
command_validate.sh 8d3cc1112d intergrating fix.sh преди 10 години
compress_unreal2_maps.sh 6f7aca25b3 changed to using function_selfname over getopt преди 10 години
compress_ut99_maps.sh c6e8123572 added missing quotes преди 10 години
core_dl.sh d5d4bee45c adjusting display преди 10 години
core_functions.sh 12e8dd1fc2 date преди 10 години
core_getopt.sh a50e2dc8c7 corrected message преди 10 години
core_messages.sh 5f290fd3b8 Updates all version numbers преди 10 години
email.sh 67558f0764 More useful details on the monitor email преди 10 години
fix.sh 18c3eb8055 syntax error преди 10 години
fix_arma3.sh d02c14d228 corrected if statement преди 10 години
fix_csgo.sh dbc0832894 renamed function преди 10 години
fix_dst.sh 243043af90 changed to symlink преди 10 години
fix_glibc.sh 7eec562dea Updated DST name преди 10 години
fix_ins.sh 43cbe01970 fix преди 10 години
fix_kf.sh 8f851c5ed3 start fixes and install fixes kept apart. преди 10 години
fix_ro.sh 8f851c5ed3 start fixes and install fixes kept apart. преди 10 години
fix_steamcmd.sh 2629a9bbde Removed gmod libsteam.so fix as per #596 преди 10 години
fix_ut2k4.sh 8f851c5ed3 start fixes and install fixes kept apart. преди 10 години
fix_ut99.sh 8f851c5ed3 start fixes and install fixes kept apart. преди 10 години
fn_functions 5f290fd3b8 Updates all version numbers преди 10 години
fn_getopt 5f290fd3b8 Updates all version numbers преди 10 години
fn_update_functions bf3fda25b0 Altered script log messages slightly преди 10 години
info_config.sh 139c7e8aa6 Removed servercfgfullpath преди 10 години
info_distro.sh 5f290fd3b8 Updates all version numbers преди 10 години
info_glibc.sh 55d048079a Brain Bread 2 added Glibc Requirements преди 10 години
info_ts3status.sh fdce54ff05 renamed check_ts3status.sh to info_ts3status.sh преди 10 години
install_complete.sh 7eec562dea Updated DST name преди 10 години
install_config.sh 7e35ffda8d Merge pull request #671 from hurdad/master преди 10 години
install_dl_ut2k4.sh d0b4d226c4 Made titles more consistant преди 10 години
install_dl_ut99.sh be5cf54ab9 echo commented old code преди 10 години
install_gslt.sh 5f290fd3b8 Updates all version numbers преди 10 години
install_gsquery.sh 5f290fd3b8 Updates all version numbers преди 10 години
install_header.sh 5f290fd3b8 Updates all version numbers преди 10 години
install_logs.sh 5f290fd3b8 Updates all version numbers преди 10 години
install_retry.sh 5f290fd3b8 Updates all version numbers преди 10 години
install_serverdir.sh d0b4d226c4 Made titles more consistant преди 10 години
install_serverfiles.sh c2c5693047 Moving checks to start of commands преди 10 години
install_steamcmd.sh a587cfc7d2 Install SteamCMD now uses the check instead преди 10 години
install_ts3.sh d7ff36d12d made corrections to ts3 server installer преди 10 години
install_ts3db.sh d0b4d226c4 Made titles more consistant преди 10 години
install_ut2k4.sh d0b4d226c4 Made titles more consistant преди 10 години
install_ut2k4_key.sh d0b4d226c4 Made titles more consistant преди 10 години
install_ut99.sh d0b4d226c4 Made titles more consistant преди 10 години
logs.sh 5f290fd3b8 Updates all version numbers преди 10 години
monitor_gsquery.sh 5f290fd3b8 Updates all version numbers преди 10 години
update_check.sh d7ff36d12d made corrections to ts3 server installer преди 10 години
update_dl.sh 559bce4cc7 renamed extract dir преди 10 години
update_functions.sh bf3fda25b0 Altered script log messages slightly преди 10 години

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.