Daniel Gibbs 496463f45c Added ability to be logged if available. 10 ani în urmă
..
README.md 739596714d Update README.md 10 ani în urmă
check.sh cd42c51d5c removed echo 10 ani în urmă
check_ip.sh 57cbdcee60 else 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 5f290fd3b8 Updates all version numbers 10 ani în urmă
check_steamuser.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
check_systemdir.sh 496463f45c Added ability to be logged if available. 10 ani în urmă
check_tmux.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
command_backup.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
command_console.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
command_debug.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
command_details.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
command_dev_debug.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
command_dev_detect_deps.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
command_install.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
command_monitor.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
command_start.sh 9e38714872 start now only using check.sh 10 ani în urmă
command_stop.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
command_update.sh 860126bf7d Initial renaming 10 ani în urmă
command_validate.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
compress_unreal2_maps.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
compress_ut99_maps.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
core_functions.sh 23732223b1 moved ts3status 10 ani în urmă
core_getopt.sh 537748dc89 Corrected incorrectly named functions 10 ani în urmă
core_messages.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
email.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
email_test.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
fix_arma3.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
fix_csgo.sh 537748dc89 Corrected incorrectly named functions 10 ani în urmă
fix_glibc.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
fix_ins.sh 5f290fd3b8 Updates all version numbers 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 750d67db1a Re-added fn_update_functions 10 ani în urmă
info_config.sh ff3017fd97 removed spaces 10 ani în urmă
info_distro.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
info_glibc.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
info_ts3status.sh fdce54ff05 renamed check_ts3status.sh to info_ts3status.sh 10 ani în urmă
install_complete.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_config.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_dl_ut2k4.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_dl_ut99.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_fix_kf.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_fix_ro.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_fix_steam.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_fix_ut2k4.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_fix_ut99.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_gslt.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_gsquery.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_header.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_logs.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_retry.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_serverdir.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_serverfiles.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
install_steamcmd.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_ts3.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_ts3db.sh 98dd71ec39 Added fix for auto-install 10 ani în urmă
install_ut2k4.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_ut2k4_key.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
install_ut99.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
logs.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
monitor_gsquery.sh 5f290fd3b8 Updates all version numbers 10 ani în urmă
update_check.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
update_dl.sh c2c5693047 Moving checks to start of commands 10 ani în urmă
update_functions.sh 5f290fd3b8 Updates all version numbers 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.