Daniel Gibbs bc0fc9d1cc Corrected update_functions name 10 yıl önce
..
README.md 739596714d Update README.md 10 yıl önce
check.sh bc0fc9d1cc Corrected update_functions name 10 yıl önce
check_config.sh 37c3f7f2e2 Adjusted to run on specific commands 10 yıl önce
check_deps.sh 0dbeb0789c Added script logging and removed unzip dep 10 yıl önce
check_ip.sh 3c1e6da572 Line break at end of IP warning 10 yıl önce
check_logs.sh 5f290fd3b8 Updates all version numbers 10 yıl önce
check_root.sh 496463f45c Added ability to be logged if available. 10 yıl önce
check_steamcmd.sh cec75582c3 Updated fn_printokeol to fn_printokeolnl 10 yıl önce
check_system_dir.sh 2e70c72476 Renamed function 10 yıl önce
check_tmux.sh 5f290fd3b8 Updates all version numbers 10 yıl önce
command_backup.sh 6f7aca25b3 changed to using function_selfname over getopt 10 yıl önce
command_console.sh 6f7aca25b3 changed to using function_selfname over getopt 10 yıl önce
command_debug.sh 8f851c5ed3 start fixes and install fixes kept apart. 10 yıl önce
command_details.sh 49807528c9 Disk details missing re-added 10 yıl önce
command_dev_debug.sh d7f5f9cc1c date 10 yıl önce
command_dev_detect_deps.sh 443018125a missing then 10 yıl önce
command_email_test.sh 4aa2c3ad76 renamed email_test 10 yıl önce
command_install.sh 1502542fc8 Changed ut2004 to new system 10 yıl önce
command_monitor.sh 6f7aca25b3 changed to using function_selfname over getopt 10 yıl önce
command_start.sh 9dd1b0c83e minor fix 10 yıl önce
command_stop.sh 6f7aca25b3 changed to using function_selfname over getopt 10 yıl önce
command_ts3_server_pass.sh cfa3ffa409 date 10 yıl önce
command_update.sh 860126bf7d Initial renaming 10 yıl önce
command_update_functions.sh f924b10dc3 removed legacy functions dir 10 yıl önce
command_validate.sh 2037faa487 tee tidy 10 yıl önce
compress_unreal2_maps.sh 6f7aca25b3 changed to using function_selfname over getopt 10 yıl önce
compress_ut99_maps.sh c6e8123572 added missing quotes 10 yıl önce
core_dl.sh d3f7be4919 fixed progress bar showing for some .sh files 10 yıl önce
core_functions.sh bc0fc9d1cc Corrected update_functions name 10 yıl önce
core_getopt.sh bceae77c24 corrected if and renamed function 10 yıl önce
core_messages.sh d1491d5984 Added fn_printqueryingeol 10 yıl önce
email.sh 67558f0764 More useful details on the monitor email 10 yıl önce
fix.sh 18c3eb8055 syntax error 10 yıl önce
fix_arma3.sh d02c14d228 corrected if statement 10 yıl önce
fix_csgo.sh dbc0832894 renamed function 10 yıl önce
fix_dst.sh 243043af90 changed to symlink 10 yıl önce
fix_glibc.sh 5b4e0d7711 Updated glibc requirements 10 yıl önce
fix_ins.sh 43cbe01970 fix 10 yıl önce
fix_kf.sh 8f851c5ed3 start fixes and install fixes kept apart. 10 yıl önce
fix_ro.sh 8f851c5ed3 start fixes and install fixes kept apart. 10 yıl önce
fix_steamcmd.sh 2629a9bbde Removed gmod libsteam.so fix as per #596 10 yıl önce
fix_ut2k4.sh 8f851c5ed3 start fixes and install fixes kept apart. 10 yıl önce
fix_ut99.sh 2037faa487 tee tidy 10 yıl önce
fn_functions 5f290fd3b8 Updates all version numbers 10 yıl önce
fn_getopt 5f290fd3b8 Updates all version numbers 10 yıl önce
fn_update_functions bc0fc9d1cc Corrected update_functions name 10 yıl önce
gsquery.py b21c1eeac0 Moved gsquery to functions 10 yıl önce
info_config.sh 20fd5936fb Minor tidy 10 yıl önce
info_distro.sh 5f290fd3b8 Updates all version numbers 10 yıl önce
info_glibc.sh 5b4e0d7711 Updated glibc requirements 10 yıl önce
info_ts3status.sh fdce54ff05 renamed check_ts3status.sh to info_ts3status.sh 10 yıl önce
install_complete.sh 19b9e779d9 Added logging 10 yıl önce
install_config.sh 59a40f71d1 Corrected variable 10 yıl önce
install_gslt.sh 364856e819 Optimised function 10 yıl önce
install_header.sh 867fb3b911 Altered header to link to github contrib page 10 yıl önce
install_logs.sh 19b9e779d9 Added logging 10 yıl önce
install_retry.sh 5f290fd3b8 Updates all version numbers 10 yıl önce
install_server_dir.sh 3c09d25d03 Renamed files 10 yıl önce
install_server_files.sh 19b9e779d9 Added logging 10 yıl önce
install_steamcmd.sh a587cfc7d2 Install SteamCMD now uses the check instead 10 yıl önce
install_ts3.sh d59bd57d44 fix ts3 update 10 yıl önce
install_ts3db.sh d0b4d226c4 Made titles more consistant 10 yıl önce
install_ut2k4_key.sh 19b9e779d9 Added logging 10 yıl önce
logs.sh 2037faa487 tee tidy 10 yıl önce
monitor_gsquery.sh 5d687b023d Major update to monitor_gsquery.sh 10 yıl önce
update_check.sh e05a42daae Added unset updateonstart to resolve updater looping 10 yıl önce
update_dl.sh 2037faa487 tee tidy 10 yıl önce

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.