Daniel Gibbs 5d6cf92630 Code tidy пре 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 ece19b3355 Updated messages func names пре 10 година
check_ip.sh ece19b3355 Updated messages func names пре 10 година
check_logs.sh ece19b3355 Updated messages func names пре 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 ece19b3355 Updated messages func names пре 10 година
command_details.sh ece19b3355 Updated messages func names пре 10 година
command_dev_debug.sh ece19b3355 Updated messages func names пре 10 година
command_dev_detect_deps.sh 443018125a missing then пре 10 година
command_email_test.sh ece19b3355 Updated messages func names пре 10 година
command_install.sh 5d6cf92630 Code tidy пре 10 година
command_monitor.sh ece19b3355 Updated messages func names пре 10 година
command_start.sh ece19b3355 Updated messages func names пре 10 година
command_stop.sh ece19b3355 Updated messages func names пре 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 ece19b3355 Updated messages func names пре 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 a7f6289efa Fixed md5 checker пре 10 година
core_functions.sh 3a5086c821 corrected if пре 10 година
core_getopt.sh bceae77c24 corrected if and renamed function пре 10 година
core_messages.sh c2382c73a0 Correcting more messages пре 10 година
email.sh 5d6cf92630 Code tidy пре 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 20fd5936fb Minor tidy пре 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 ece19b3355 Updated messages func names пре 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.