Daniel Gibbs 3b63636dee Added coloured checking message před 10 roky
..
README.md 739596714d Update README.md před 10 roky
check.sh a1bb5922a1 Merge branch 'dlmanage' into development před 10 roky
check_config.sh ece19b3355 Updated messages func names před 10 roky
check_deps.sh a1bb5922a1 Merge branch 'dlmanage' into development před 10 roky
check_ip.sh 3b6e66a5ae Code tidy před 10 roky
check_logs.sh cbb5bbe170 all nl messages will act the same před 10 roky
check_root.sh 7115f9339c Merge remote-tracking branch 'refs/remotes/origin/master' into development před 10 roky
check_steamcmd.sh a1bb5922a1 Merge branch 'dlmanage' into development před 10 roky
check_system_dir.sh ece19b3355 Updated messages func names před 10 roky
check_tmux.sh ece19b3355 Updated messages func names před 10 roky
command_backup.sh ece19b3355 Updated messages func names před 10 roky
command_console.sh ece19b3355 Updated messages func names před 10 roky
command_debug.sh cbb5bbe170 all nl messages will act the same před 10 roky
command_details.sh a1bb5922a1 Merge branch 'dlmanage' into development před 10 roky
command_dev_debug.sh 3b6e66a5ae Code tidy před 10 roky
command_dev_detect_deps.sh 443018125a missing then před 10 roky
command_email_test.sh ece19b3355 Updated messages func names před 10 roky
command_fastdl.sh 0effc04d65 Version, Will travis work ? před 10 roky
command_install.sh 3b6e66a5ae Code tidy před 10 roky
command_monitor.sh 3b63636dee Added coloured checking message před 10 roky
command_start.sh d99a7e2b43 Updated function před 10 roky
command_stop.sh b82d0082f6 Moved info_config.sh to the correct place před 10 roky
command_ts3_server_pass.sh ece19b3355 Updated messages func names před 10 roky
command_update.sh 860126bf7d Initial renaming před 10 roky
command_update_functions.sh ece19b3355 Updated messages func names před 10 roky
command_validate.sh cbb5bbe170 all nl messages will act the same před 10 roky
compress_unreal2_maps.sh 6f7aca25b3 changed to using function_selfname over getopt před 10 roky
compress_ut99_maps.sh c6e8123572 added missing quotes před 10 roky
core_dl.sh 231febbebd removed path from curl check před 10 roky
core_functions.sh 231febbebd removed path from curl check před 10 roky
core_getopt.sh a1bb5922a1 Merge branch 'dlmanage' into development před 10 roky
core_messages.sh 3b63636dee Added coloured checking message před 10 roky
email.sh cbb5bbe170 all nl messages will act the same před 10 roky
fix.sh 5d6cf92630 Code tidy před 10 roky
fix_arma3.sh 995a4c584d Optimised fixes před 10 roky
fix_csgo.sh 995a4c584d Optimised fixes před 10 roky
fix_dst.sh 5d6cf92630 Code tidy před 10 roky
fix_glibc.sh ece19b3355 Updated messages func names před 10 roky
fix_ins.sh 43cbe01970 fix před 10 roky
fix_kf.sh 8f851c5ed3 start fixes and install fixes kept apart. před 10 roky
fix_ro.sh a1bb5922a1 Merge branch 'dlmanage' into development před 10 roky
fix_steamcmd.sh 5d6cf92630 Code tidy před 10 roky
fix_ut2k4.sh 5d6cf92630 Code tidy před 10 roky
fix_ut99.sh 248518c3c5 repaired ut99 fix před 10 roky
fn_functions 5f290fd3b8 Updates all version numbers před 10 roky
fn_getopt 5f290fd3b8 Updates all version numbers před 10 roky
fn_update_functions ece19b3355 Updated messages func names před 10 roky
gsquery.py a1bb5922a1 Merge branch 'dlmanage' into development před 10 roky
info_config.sh a1bb5922a1 Merge branch 'dlmanage' into development před 10 roky
info_distro.sh 5f290fd3b8 Updates all version numbers před 10 roky
info_glibc.sh a1bb5922a1 Merge branch 'dlmanage' into development před 10 roky
info_ts3status.sh fdce54ff05 renamed check_ts3status.sh to info_ts3status.sh před 10 roky
install_complete.sh d9f9e76ad9 Added module name to all install functions před 10 roky
install_config.sh a1bb5922a1 Merge branch 'dlmanage' into development před 10 roky
install_gslt.sh d9f9e76ad9 Added module name to all install functions před 10 roky
install_gsquery.sh 4e6181f7ea missed || před 10 roky
install_header.sh a1bb5922a1 Merge branch 'dlmanage' into development před 10 roky
install_logs.sh 7bd6fb9af1 no longer a requirement for symbolic link před 10 roky
install_retry.sh d9f9e76ad9 Added module name to all install functions před 10 roky
install_server_dir.sh ece19b3355 Updated messages func names před 10 roky
install_server_files.sh ece19b3355 Updated messages func names před 10 roky
install_steamcmd.sh d9f9e76ad9 Added module name to all install functions před 10 roky
install_ts3.sh ece19b3355 Updated messages func names před 10 roky
install_ts3db.sh ece19b3355 Updated messages func names před 10 roky
install_ut2k4_key.sh d9f9e76ad9 Added module name to all install functions před 10 roky
logs.sh a1bb5922a1 Merge branch 'dlmanage' into development před 10 roky
monitor_gsquery.sh 9f5425bda7 Fixed looping issues před 10 roky
update_check.sh a1bb5922a1 Merge branch 'dlmanage' into development před 10 roky
update_dl.sh ece19b3355 Updated messages func names před 10 roky

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.