Daniel Gibbs 4e8920e421 updated monitor function 10 лет назад
..
README.md 739596714d Update README.md 10 лет назад
check.sh 5d6cf92630 Code tidy 10 лет назад
check_config.sh ece19b3355 Updated messages func names 10 лет назад
check_deps.sh 4dc0f80d93 Fixed 7 days to die bug 10 лет назад
check_ip.sh 3b6e66a5ae Code tidy 10 лет назад
check_logs.sh cbb5bbe170 all nl messages will act the same 10 лет назад
check_root.sh ece19b3355 Updated messages func names 10 лет назад
check_steamcmd.sh ece19b3355 Updated messages func names 10 лет назад
check_system_dir.sh ece19b3355 Updated messages func names 10 лет назад
check_tmux.sh ece19b3355 Updated messages func names 10 лет назад
command_backup.sh ece19b3355 Updated messages func names 10 лет назад
command_console.sh ece19b3355 Updated messages func names 10 лет назад
command_debug.sh cbb5bbe170 all nl messages will act the same 10 лет назад
command_details.sh ece19b3355 Updated messages func names 10 лет назад
command_dev_debug.sh 3b6e66a5ae Code tidy 10 лет назад
command_dev_detect_deps.sh 443018125a missing then 10 лет назад
command_email_test.sh ece19b3355 Updated messages func names 10 лет назад
command_install.sh 3b6e66a5ae Code tidy 10 лет назад
command_monitor.sh 4e8920e421 updated monitor function 10 лет назад
command_start.sh cbb5bbe170 all nl messages will act the same 10 лет назад
command_stop.sh b82d0082f6 Moved info_config.sh to the correct place 10 лет назад
command_ts3_server_pass.sh ece19b3355 Updated messages func names 10 лет назад
command_update.sh 860126bf7d Initial renaming 10 лет назад
command_update_functions.sh ece19b3355 Updated messages func names 10 лет назад
command_validate.sh cbb5bbe170 all nl messages will act the same 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 45529e47ee nl in trap 10 лет назад
core_functions.sh 3a5086c821 corrected if 10 лет назад
core_getopt.sh bceae77c24 corrected if and renamed function 10 лет назад
core_messages.sh 4039533839 returned -n to messages 10 лет назад
email.sh cbb5bbe170 all nl messages will act the same 10 лет назад
fix.sh 5d6cf92630 Code tidy 10 лет назад
fix_arma3.sh 995a4c584d Optimised fixes 10 лет назад
fix_csgo.sh 995a4c584d Optimised fixes 10 лет назад
fix_dst.sh 5d6cf92630 Code tidy 10 лет назад
fix_glibc.sh ece19b3355 Updated messages func names 10 лет назад
fix_ins.sh 43cbe01970 fix 10 лет назад
fix_kf.sh 8f851c5ed3 start fixes and install fixes kept apart. 10 лет назад
fix_ro.sh 5d6cf92630 Code tidy 10 лет назад
fix_steamcmd.sh 5d6cf92630 Code tidy 10 лет назад
fix_ut2k4.sh 5d6cf92630 Code tidy 10 лет назад
fix_ut99.sh 248518c3c5 repaired ut99 fix 10 лет назад
fn_functions 5f290fd3b8 Updates all version numbers 10 лет назад
fn_getopt 5f290fd3b8 Updates all version numbers 10 лет назад
fn_update_functions ece19b3355 Updated messages func names 10 лет назад
gsquery.py b21c1eeac0 Moved gsquery to functions 10 лет назад
info_config.sh 2fe511007f Fixed issue #696 10 лет назад
info_distro.sh 5f290fd3b8 Updates all version numbers 10 лет назад
info_glibc.sh 5b4e0d7711 Updated glibc requirements 10 лет назад
info_ts3status.sh fdce54ff05 renamed check_ts3status.sh to info_ts3status.sh 10 лет назад
install_complete.sh d9f9e76ad9 Added module name to all install functions 10 лет назад
install_config.sh d9f9e76ad9 Added module name to all install functions 10 лет назад
install_gslt.sh d9f9e76ad9 Added module name to all install functions 10 лет назад
install_header.sh d9f9e76ad9 Added module name to all install functions 10 лет назад
install_logs.sh d9f9e76ad9 Added module name to all install functions 10 лет назад
install_retry.sh d9f9e76ad9 Added module name to all install functions 10 лет назад
install_server_dir.sh ece19b3355 Updated messages func names 10 лет назад
install_server_files.sh ece19b3355 Updated messages func names 10 лет назад
install_steamcmd.sh d9f9e76ad9 Added module name to all install functions 10 лет назад
install_ts3.sh ece19b3355 Updated messages func names 10 лет назад
install_ts3db.sh ece19b3355 Updated messages func names 10 лет назад
install_ut2k4_key.sh d9f9e76ad9 Added module name to all install functions 10 лет назад
logs.sh cbb5bbe170 all nl messages will act the same 10 лет назад
monitor_gsquery.sh 9f5425bda7 Fixed looping issues 10 лет назад
update_check.sh ece19b3355 Updated messages func names 10 лет назад
update_dl.sh ece19b3355 Updated messages func names 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.