Daniel Gibbs e8fc3ffcb9 removed sleep from eol 10 ani în urmă
..
README.md 739596714d Update README.md 10 ani în urmă
check.sh 5d6cf92630 Code tidy 10 ani în urmă
check_config.sh ece19b3355 Updated messages func names 10 ani în urmă
check_deps.sh 9d3bbf3a9a Fixed 7 Days to Die deps not working 10 ani în urmă
check_ip.sh 3b6e66a5ae Code tidy 10 ani în urmă
check_logs.sh cbb5bbe170 all nl messages will act the same 10 ani în urmă
check_root.sh ece19b3355 Updated messages func names 10 ani în urmă
check_steamcmd.sh ece19b3355 Updated messages func names 10 ani în urmă
check_system_dir.sh ece19b3355 Updated messages func names 10 ani în urmă
check_tmux.sh ece19b3355 Updated messages func names 10 ani în urmă
command_backup.sh ece19b3355 Updated messages func names 10 ani în urmă
command_console.sh ece19b3355 Updated messages func names 10 ani în urmă
command_debug.sh cbb5bbe170 all nl messages will act the same 10 ani în urmă
command_details.sh ece19b3355 Updated messages func names 10 ani în urmă
command_dev_debug.sh 3b6e66a5ae Code tidy 10 ani în urmă
command_dev_detect_deps.sh 443018125a missing then 10 ani în urmă
command_email_test.sh ece19b3355 Updated messages func names 10 ani în urmă
command_install.sh 3b6e66a5ae Code tidy 10 ani în urmă
command_monitor.sh ece19b3355 Updated messages func names 10 ani în urmă
command_start.sh cbb5bbe170 all nl messages will act the same 10 ani în urmă
command_stop.sh cbb5bbe170 all nl messages will act the same 10 ani în urmă
command_ts3_server_pass.sh ece19b3355 Updated messages func names 10 ani în urmă
command_update.sh 860126bf7d Initial renaming 10 ani în urmă
command_update_functions.sh ece19b3355 Updated messages func names 10 ani în urmă
command_validate.sh cbb5bbe170 all nl messages will act the same 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 a7f6289efa Fixed md5 checker 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 e8fc3ffcb9 removed sleep from eol 10 ani în urmă
email.sh cbb5bbe170 all nl messages will act the same 10 ani în urmă
fix.sh 5d6cf92630 Code tidy 10 ani în urmă
fix_arma3.sh 995a4c584d Optimised fixes 10 ani în urmă
fix_csgo.sh 995a4c584d Optimised fixes 10 ani în urmă
fix_dst.sh 5d6cf92630 Code tidy 10 ani în urmă
fix_glibc.sh ece19b3355 Updated messages func names 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 5d6cf92630 Code tidy 10 ani în urmă
fix_steamcmd.sh 5d6cf92630 Code tidy 10 ani în urmă
fix_ut2k4.sh 5d6cf92630 Code tidy 10 ani în urmă
fix_ut99.sh 248518c3c5 repaired ut99 fix 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 ece19b3355 Updated messages func names 10 ani în urmă
gsquery.py b21c1eeac0 Moved gsquery to functions 10 ani în urmă
info_config.sh 2fe511007f Fixed issue #696 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 d9f9e76ad9 Added module name to all install functions 10 ani în urmă
install_config.sh d9f9e76ad9 Added module name to all install functions 10 ani în urmă
install_gslt.sh d9f9e76ad9 Added module name to all install functions 10 ani în urmă
install_header.sh d9f9e76ad9 Added module name to all install functions 10 ani în urmă
install_logs.sh d9f9e76ad9 Added module name to all install functions 10 ani în urmă
install_retry.sh d9f9e76ad9 Added module name to all install functions 10 ani în urmă
install_server_dir.sh ece19b3355 Updated messages func names 10 ani în urmă
install_server_files.sh ece19b3355 Updated messages func names 10 ani în urmă
install_steamcmd.sh d9f9e76ad9 Added module name to all install functions 10 ani în urmă
install_ts3.sh ece19b3355 Updated messages func names 10 ani în urmă
install_ts3db.sh ece19b3355 Updated messages func names 10 ani în urmă
install_ut2k4_key.sh d9f9e76ad9 Added module name to all install functions 10 ani în urmă
logs.sh cbb5bbe170 all nl messages will act the same 10 ani în urmă
monitor_gsquery.sh 9f5425bda7 Fixed looping issues 10 ani în urmă
update_check.sh ece19b3355 Updated messages func names 10 ani în urmă
update_dl.sh ece19b3355 Updated messages func names 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.