Daniel Gibbs 678f8b83f8 Removed trailing spaces from files 10 lat temu
..
README.md 841a65b2f7 moved functions to lgsm dir 10 lat temu
alert.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
alert_email.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
alert_pushbullet.sh bf03a08f06 Version 210516 10 lat temu
check.sh bf03a08f06 Version 210516 10 lat temu
check_config.sh bf03a08f06 Version 210516 10 lat temu
check_deps.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
check_glibc.sh bf03a08f06 Version 210516 10 lat temu
check_ip.sh bf03a08f06 Version 210516 10 lat temu
check_logs.sh bf03a08f06 Version 210516 10 lat temu
check_permissions.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
check_root.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
check_status.sh bf03a08f06 Version 210516 10 lat temu
check_steamcmd.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
check_system_dir.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
check_tmux.sh bf03a08f06 Version 210516 10 lat temu
command_backup.sh bf03a08f06 Version 210516 10 lat temu
command_console.sh bf03a08f06 Version 210516 10 lat temu
command_debug.sh bf03a08f06 Version 210516 10 lat temu
command_details.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
command_dev_debug.sh bf03a08f06 Version 210516 10 lat temu
command_dev_detect_deps.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
command_fastdl.sh b3363fcca2 Updated print messages 10 lat temu
command_install.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
command_monitor.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
command_start.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
command_stop.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
command_test_alert.sh bf03a08f06 Version 210516 10 lat temu
command_ts3_server_pass.sh bf03a08f06 Version 210516 10 lat temu
command_update.sh 841a65b2f7 moved functions to lgsm dir 10 lat temu
command_update_functions.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
command_validate.sh 5e00899734 Merge pull request #834 from cedarlug/development 10 lat temu
compress_unreal2_maps.sh bf03a08f06 Version 210516 10 lat temu
compress_ut99_maps.sh bf03a08f06 Version 210516 10 lat temu
core_dl.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
core_functions.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
core_getopt.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
core_messages.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
fix.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
fix_arma3.sh 09a3cb679a As per #815 10 lat temu
fix_csgo.sh bf03a08f06 Version 210516 10 lat temu
fix_dst.sh bf03a08f06 Version 210516 10 lat temu
fix_glibc.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
fix_ins.sh 2a9cab4456 Corrected LD_LIBRARY_PATH 10 lat temu
fix_kf.sh bf03a08f06 Version 210516 10 lat temu
fix_ro.sh bf03a08f06 Version 210516 10 lat temu
fix_steamcmd.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
fix_ut2k4.sh bf03a08f06 Version 210516 10 lat temu
fix_ut99.sh bf03a08f06 Version 210516 10 lat temu
fn_functions bf03a08f06 Version 210516 10 lat temu
fn_getopt bf03a08f06 Version 210516 10 lat temu
fn_update_functions bf03a08f06 Version 210516 10 lat temu
gsquery.py 65bc10074c Changed http to https on LGSM links 10 lat temu
info_config.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
info_distro.sh bf03a08f06 Version 210516 10 lat temu
info_glibc.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
info_parms.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
install_complete.sh bf03a08f06 Version 210516 10 lat temu
install_config.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
install_gslt.sh bf03a08f06 Version 210516 10 lat temu
install_gsquery.sh ebd35d2d89 corrected gsquery bug 10 lat temu
install_header.sh bf03a08f06 Version 210516 10 lat temu
install_logs.sh bf03a08f06 Version 210516 10 lat temu
install_retry.sh bf03a08f06 Version 210516 10 lat temu
install_server_dir.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
install_server_files.sh 0ace80d00a Added GES file 10 lat temu
install_steamcmd.sh bf03a08f06 Version 210516 10 lat temu
install_ts3.sh bf03a08f06 Version 210516 10 lat temu
install_ts3db.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
install_ut2k4_key.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
logs.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
monitor_gsquery.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
update_check.sh 678f8b83f8 Removed trailing spaces from files 10 lat temu
update_dl.sh 5e00899734 Merge pull request #834 from cedarlug/development 10 lat temu

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.