Daniel Gibbs 60110fdc8c colours are now variables hace 10 años
..
README.md 841a65b2f7 moved functions to lgsm dir hace 10 años
alert.sh 82686dc616 nl hace 10 años
alert_email.sh 82686dc616 nl hace 10 años
alert_pushbullet.sh 4ca81c284d nl hace 10 años
check.sh 21512494fa module name has been split hace 10 años
check_config.sh 60110fdc8c colours are now variables hace 10 años
check_deps.sh 60110fdc8c colours are now variables hace 10 años
check_glibc.sh 60110fdc8c colours are now variables hace 10 años
check_ip.sh 21512494fa module name has been split hace 10 años
check_logs.sh 21512494fa module name has been split hace 10 años
check_permissions.sh 7b2e09c205 commented out for now hace 10 años
check_root.sh 21512494fa module name has been split hace 10 años
check_status.sh 21512494fa module name has been split hace 10 años
check_steamcmd.sh 21512494fa module name has been split hace 10 años
check_system_dir.sh 21512494fa module name has been split hace 10 años
check_tmux.sh 21512494fa module name has been split hace 10 años
command_backup.sh 21512494fa module name has been split hace 10 años
command_console.sh 21512494fa module name has been split hace 10 años
command_debug.sh 21512494fa module name has been split hace 10 años
command_details.sh 60110fdc8c colours are now variables hace 10 años
command_dev_debug.sh 21512494fa module name has been split hace 10 años
command_dev_detect_deps.sh 21512494fa module name has been split hace 10 años
command_fastdl.sh 21512494fa module name has been split hace 10 años
command_install.sh 21512494fa module name has been split hace 10 años
command_monitor.sh 54eae918bf fn_restart command_restart.sh hace 10 años
command_restart.sh 21512494fa module name has been split hace 10 años
command_start.sh 21512494fa module name has been split hace 10 años
command_stop.sh 21512494fa module name has been split hace 10 años
command_test_alert.sh 21512494fa module name has been split hace 10 años
command_ts3_server_pass.sh 21512494fa module name has been split hace 10 años
command_update.sh 21512494fa module name has been split hace 10 años
command_update_functions.sh 21512494fa module name has been split hace 10 años
command_validate.sh 21512494fa module name has been split hace 10 años
compress_unreal2_maps.sh 21512494fa module name has been split hace 10 años
compress_ut99_maps.sh 21512494fa module name has been split hace 10 años
core_dl.sh 21512494fa module name has been split hace 10 años
core_exit.sh 21512494fa module name has been split hace 10 años
core_functions.sh 60110fdc8c colours are now variables hace 10 años
core_getopt.sh 60110fdc8c colours are now variables hace 10 años
core_messages.sh 60110fdc8c colours are now variables hace 10 años
core_trap.sh b8f44749a0 Ditched lgsm_version as not used hace 10 años
fix.sh 21512494fa module name has been split hace 10 años
fix_arma3.sh 21512494fa module name has been split hace 10 años
fix_csgo.sh 21512494fa module name has been split hace 10 años
fix_dst.sh 21512494fa module name has been split hace 10 años
fix_glibc.sh 21512494fa module name has been split hace 10 años
fix_ins.sh 21512494fa module name has been split hace 10 años
fix_kf.sh 21512494fa module name has been split hace 10 años
fix_ro.sh 21512494fa module name has been split hace 10 años
fix_steamcmd.sh 21512494fa module name has been split hace 10 años
fix_ut2k4.sh 21512494fa module name has been split hace 10 años
fix_ut99.sh 21512494fa module name has been split hace 10 años
fn_functions bf03a08f06 Version 210516 hace 10 años
fn_getopt bf03a08f06 Version 210516 hace 10 años
fn_update_functions 97864ef769 updated log messages hace 10 años
gsquery.py 852a2140ba bug: removed bash code hace 10 años
info_config.sh 60110fdc8c colours are now variables hace 10 años
info_distro.sh 60110fdc8c colours are now variables hace 10 años
info_glibc.sh b32bb17ae4 functions_selfname is now just selfname hace 10 años
info_parms.sh 60110fdc8c colours are now variables hace 10 años
install_complete.sh 21512494fa module name has been split hace 10 años
install_config.sh 21512494fa module name has been split hace 10 años
install_gslt.sh 21512494fa module name has been split hace 10 años
install_gsquery.sh 21512494fa module name has been split hace 10 años
install_header.sh 21512494fa module name has been split hace 10 años
install_logs.sh 21512494fa module name has been split hace 10 años
install_retry.sh 21512494fa module name has been split hace 10 años
install_server_dir.sh 21512494fa module name has been split hace 10 años
install_server_files.sh 21512494fa module name has been split hace 10 años
install_steamcmd.sh 21512494fa module name has been split hace 10 años
install_ts3.sh 21512494fa module name has been split hace 10 años
install_ts3db.sh 21512494fa module name has been split hace 10 años
install_ut2k4_key.sh 21512494fa module name has been split hace 10 años
logs.sh 21512494fa module name has been split hace 10 años
monitor_gsquery.sh 60110fdc8c colours are now variables hace 10 años
update_check.sh 60110fdc8c colours are now variables hace 10 años
update_dl.sh 21512494fa module name has been split hace 10 años
update_steamcmd.sh 60110fdc8c colours are now variables hace 10 años
update_ts3.sh 60110fdc8c colours are now variables hace 10 años

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.