Daniel Gibbs bd822058dd moved email_test пре 10 година
..
README.md 739596714d Update README.md пре 10 година
check.sh 2125090fe6 code tidy пре 10 година
check_ip.sh 57cbdcee60 else пре 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 3ca2d094a8 Merged check_steamuser.sh пре 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 6f7aca25b3 changed to using function_selfname over getopt пре 10 година
command_details.sh 6f7aca25b3 changed to using function_selfname over getopt пре 10 година
command_dev_debug.sh 6f7aca25b3 changed to using function_selfname over getopt пре 10 година
command_dev_detect_deps.sh 6f7aca25b3 changed to using function_selfname over getopt пре 10 година
command_email_test.sh 4aa2c3ad76 renamed email_test пре 10 година
command_install.sh 6f7aca25b3 changed to using function_selfname over getopt пре 10 година
command_monitor.sh 6f7aca25b3 changed to using function_selfname over getopt пре 10 година
command_start.sh 6f7aca25b3 changed to using function_selfname over getopt пре 10 година
command_stop.sh 6f7aca25b3 changed to using function_selfname over getopt пре 10 година
command_update.sh 860126bf7d Initial renaming пре 10 година
command_validate.sh 6f7aca25b3 changed to using function_selfname over getopt пре 10 година
compress_unreal2_maps.sh 6f7aca25b3 changed to using function_selfname over getopt пре 10 година
compress_ut99_maps.sh 6f7aca25b3 changed to using function_selfname over getopt пре 10 година
core_functions.sh bd822058dd moved email_test пре 10 година
core_getopt.sh 4aa2c3ad76 renamed email_test пре 10 година
core_messages.sh 5f290fd3b8 Updates all version numbers пре 10 година
email.sh 5f290fd3b8 Updates all version numbers пре 10 година
fix_arma3.sh 5f290fd3b8 Updates all version numbers пре 10 година
fix_csgo.sh 537748dc89 Corrected incorrectly named functions пре 10 година
fix_glibc.sh 5f290fd3b8 Updates all version numbers пре 10 година
fix_ins.sh 5f290fd3b8 Updates all version numbers пре 10 година
fn_functions 5f290fd3b8 Updates all version numbers пре 10 година
fn_getopt 5f290fd3b8 Updates all version numbers пре 10 година
fn_update_functions 750d67db1a Re-added fn_update_functions пре 10 година
info_config.sh ff3017fd97 removed spaces пре 10 година
info_distro.sh 5f290fd3b8 Updates all version numbers пре 10 година
info_glibc.sh 5f290fd3b8 Updates all version numbers пре 10 година
info_ts3status.sh fdce54ff05 renamed check_ts3status.sh to info_ts3status.sh пре 10 година
install_complete.sh 5f290fd3b8 Updates all version numbers пре 10 година
install_config.sh 5f290fd3b8 Updates all version numbers пре 10 година
install_dl_ut2k4.sh 5f290fd3b8 Updates all version numbers пре 10 година
install_dl_ut99.sh 5f290fd3b8 Updates all version numbers пре 10 година
install_fix_kf.sh 5f290fd3b8 Updates all version numbers пре 10 година
install_fix_ro.sh 5f290fd3b8 Updates all version numbers пре 10 година
install_fix_steam.sh 5f290fd3b8 Updates all version numbers пре 10 година
install_fix_ut2k4.sh 5f290fd3b8 Updates all version numbers пре 10 година
install_fix_ut99.sh 5f290fd3b8 Updates all version numbers пре 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 5f290fd3b8 Updates all version numbers пре 10 година
install_serverfiles.sh c2c5693047 Moving checks to start of commands пре 10 година
install_steamcmd.sh 5f290fd3b8 Updates all version numbers пре 10 година
install_ts3.sh 5f290fd3b8 Updates all version numbers пре 10 година
install_ts3db.sh 98dd71ec39 Added fix for auto-install пре 10 година
install_ut2k4.sh 5f290fd3b8 Updates all version numbers пре 10 година
install_ut2k4_key.sh 5f290fd3b8 Updates all version numbers пре 10 година
install_ut99.sh 5f290fd3b8 Updates all version numbers пре 10 година
logs.sh 5f290fd3b8 Updates all version numbers пре 10 година
monitor_gsquery.sh 5f290fd3b8 Updates all version numbers пре 10 година
update_check.sh 3b80940260 added check.sh remove duplication of code пре 10 година
update_dl.sh 3b80940260 added check.sh remove duplication of code пре 10 година
update_functions.sh 5f290fd3b8 Updates all version numbers пре 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.