cedarlug 100e065b4d Adding unreal4 option for Ark in command_details; Integrating yadutaf\'s startup parms 10 anni fa
..
README.md 841a65b2f7 moved functions to lgsm dir 10 anni fa
alert.sh 425a0eb51c altered from fail to info 10 anni fa
alert_email.sh bf03a08f06 Version 210516 10 anni fa
alert_pushbullet.sh bf03a08f06 Version 210516 10 anni fa
check.sh bf03a08f06 Version 210516 10 anni fa
check_config.sh bf03a08f06 Version 210516 10 anni fa
check_deps.sh 9970b5b798 added required deps 10 anni fa
check_glibc.sh bf03a08f06 Version 210516 10 anni fa
check_ip.sh bf03a08f06 Version 210516 10 anni fa
check_logs.sh bf03a08f06 Version 210516 10 anni fa
check_permissions.sh bf03a08f06 Version 210516 10 anni fa
check_root.sh bf03a08f06 Version 210516 10 anni fa
check_status.sh bf03a08f06 Version 210516 10 anni fa
check_steamcmd.sh bf03a08f06 Version 210516 10 anni fa
check_system_dir.sh bf03a08f06 Version 210516 10 anni fa
check_tmux.sh bf03a08f06 Version 210516 10 anni fa
command_backup.sh bf03a08f06 Version 210516 10 anni fa
command_console.sh bf03a08f06 Version 210516 10 anni fa
command_debug.sh bf03a08f06 Version 210516 10 anni fa
command_details.sh 100e065b4d Adding unreal4 option for Ark in command_details; Integrating yadutaf\'s startup parms 10 anni fa
command_dev_debug.sh bf03a08f06 Version 210516 10 anni fa
command_dev_detect_deps.sh bf03a08f06 Version 210516 10 anni fa
command_fastdl.sh b3363fcca2 Updated print messages 10 anni fa
command_install.sh bf03a08f06 Version 210516 10 anni fa
command_monitor.sh ebd35d2d89 corrected gsquery bug 10 anni fa
command_start.sh bf03a08f06 Version 210516 10 anni fa
command_stop.sh 46018a51cf Merge branch 'development' of https://github.com/cedarlug/linuxgsm into development 10 anni fa
command_test_alert.sh bf03a08f06 Version 210516 10 anni fa
command_ts3_server_pass.sh bf03a08f06 Version 210516 10 anni fa
command_update.sh 841a65b2f7 moved functions to lgsm dir 10 anni fa
command_update_functions.sh bf03a08f06 Version 210516 10 anni fa
command_validate.sh 5e00899734 Merge pull request #834 from cedarlug/development 10 anni fa
compress_unreal2_maps.sh bf03a08f06 Version 210516 10 anni fa
compress_ut99_maps.sh bf03a08f06 Version 210516 10 anni fa
core_dl.sh bf03a08f06 Version 210516 10 anni fa
core_functions.sh 1d112401cd Merge pull request #828 from cedarlug/development 10 anni fa
core_getopt.sh bf03a08f06 Version 210516 10 anni fa
core_messages.sh bf03a08f06 Version 210516 10 anni fa
fix.sh bf03a08f06 Version 210516 10 anni fa
fix_arma3.sh 09a3cb679a As per #815 10 anni fa
fix_csgo.sh bf03a08f06 Version 210516 10 anni fa
fix_dst.sh bf03a08f06 Version 210516 10 anni fa
fix_glibc.sh bf03a08f06 Version 210516 10 anni fa
fix_ins.sh 2a9cab4456 Corrected LD_LIBRARY_PATH 10 anni fa
fix_kf.sh bf03a08f06 Version 210516 10 anni fa
fix_ro.sh bf03a08f06 Version 210516 10 anni fa
fix_steamcmd.sh bf03a08f06 Version 210516 10 anni fa
fix_ut2k4.sh bf03a08f06 Version 210516 10 anni fa
fix_ut99.sh bf03a08f06 Version 210516 10 anni fa
fn_functions bf03a08f06 Version 210516 10 anni fa
fn_getopt bf03a08f06 Version 210516 10 anni fa
fn_update_functions bf03a08f06 Version 210516 10 anni fa
gsquery.py 65bc10074c Changed http to https on LGSM links 10 anni fa
info_config.sh bf03a08f06 Version 210516 10 anni fa
info_distro.sh bf03a08f06 Version 210516 10 anni fa
info_glibc.sh bf03a08f06 Version 210516 10 anni fa
info_parms.sh bf03a08f06 Version 210516 10 anni fa
install_complete.sh bf03a08f06 Version 210516 10 anni fa
install_config.sh bf03a08f06 Version 210516 10 anni fa
install_gslt.sh bf03a08f06 Version 210516 10 anni fa
install_gsquery.sh ebd35d2d89 corrected gsquery bug 10 anni fa
install_header.sh bf03a08f06 Version 210516 10 anni fa
install_logs.sh bf03a08f06 Version 210516 10 anni fa
install_retry.sh bf03a08f06 Version 210516 10 anni fa
install_server_dir.sh bf03a08f06 Version 210516 10 anni fa
install_server_files.sh 0ace80d00a Added GES file 10 anni fa
install_steamcmd.sh bf03a08f06 Version 210516 10 anni fa
install_ts3.sh bf03a08f06 Version 210516 10 anni fa
install_ts3db.sh bf03a08f06 Version 210516 10 anni fa
install_ut2k4_key.sh bf03a08f06 Version 210516 10 anni fa
logs.sh b7701042ea move stupid games' logs only on game start 10 anni fa
monitor_gsquery.sh 2099e210eb nl 10 anni fa
update_check.sh b321f33ea8 wrong script name "info_status" > check_status.sh 10 anni fa
update_dl.sh 5e00899734 Merge pull request #834 from cedarlug/development 10 anni fa

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.