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

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.