Daniel Gibbs 0ace80d00a Added GES file 10 years ago
..
README.md 841a65b2f7 moved functions to lgsm dir 10 years ago
alert.sh 425a0eb51c altered from fail to info 10 years ago
alert_email.sh bf03a08f06 Version 210516 10 years ago
alert_pushbullet.sh bf03a08f06 Version 210516 10 years ago
check.sh bf03a08f06 Version 210516 10 years ago
check_config.sh bf03a08f06 Version 210516 10 years ago
check_deps.sh ee13687dbb Added file as a required dependency 10 years ago
check_glibc.sh bf03a08f06 Version 210516 10 years ago
check_ip.sh bf03a08f06 Version 210516 10 years ago
check_logs.sh bf03a08f06 Version 210516 10 years ago
check_permissions.sh bf03a08f06 Version 210516 10 years ago
check_root.sh bf03a08f06 Version 210516 10 years ago
check_status.sh bf03a08f06 Version 210516 10 years ago
check_steamcmd.sh bf03a08f06 Version 210516 10 years ago
check_system_dir.sh bf03a08f06 Version 210516 10 years ago
check_tmux.sh bf03a08f06 Version 210516 10 years ago
command_backup.sh bf03a08f06 Version 210516 10 years ago
command_console.sh bf03a08f06 Version 210516 10 years ago
command_debug.sh bf03a08f06 Version 210516 10 years ago
command_details.sh bf03a08f06 Version 210516 10 years ago
command_dev_debug.sh bf03a08f06 Version 210516 10 years ago
command_dev_detect_deps.sh bf03a08f06 Version 210516 10 years ago
command_fastdl.sh f373fe1201 code presentation 10 years ago
command_install.sh bf03a08f06 Version 210516 10 years ago
command_monitor.sh ebd35d2d89 corrected gsquery bug 10 years ago
command_start.sh bf03a08f06 Version 210516 10 years ago
command_stop.sh 5e00899734 Merge pull request #834 from cedarlug/development 10 years ago
command_test_alert.sh bf03a08f06 Version 210516 10 years ago
command_ts3_server_pass.sh bf03a08f06 Version 210516 10 years ago
command_update.sh 841a65b2f7 moved functions to lgsm dir 10 years ago
command_update_functions.sh bf03a08f06 Version 210516 10 years ago
command_validate.sh 5e00899734 Merge pull request #834 from cedarlug/development 10 years ago
compress_unreal2_maps.sh bf03a08f06 Version 210516 10 years ago
compress_ut99_maps.sh bf03a08f06 Version 210516 10 years ago
core_dl.sh bf03a08f06 Version 210516 10 years ago
core_functions.sh 1d112401cd Merge pull request #828 from cedarlug/development 10 years ago
core_getopt.sh bf03a08f06 Version 210516 10 years ago
core_messages.sh bf03a08f06 Version 210516 10 years ago
fix.sh bf03a08f06 Version 210516 10 years ago
fix_arma3.sh 09a3cb679a As per #815 10 years ago
fix_csgo.sh bf03a08f06 Version 210516 10 years ago
fix_dst.sh bf03a08f06 Version 210516 10 years ago
fix_glibc.sh bf03a08f06 Version 210516 10 years ago
fix_ins.sh bf03a08f06 Version 210516 10 years ago
fix_kf.sh bf03a08f06 Version 210516 10 years ago
fix_ro.sh bf03a08f06 Version 210516 10 years ago
fix_steamcmd.sh bf03a08f06 Version 210516 10 years ago
fix_ut2k4.sh bf03a08f06 Version 210516 10 years ago
fix_ut99.sh bf03a08f06 Version 210516 10 years ago
fn_functions bf03a08f06 Version 210516 10 years ago
fn_getopt bf03a08f06 Version 210516 10 years ago
fn_update_functions bf03a08f06 Version 210516 10 years ago
gsquery.py 65bc10074c Changed http to https on LGSM links 10 years ago
info_config.sh bf03a08f06 Version 210516 10 years ago
info_distro.sh bf03a08f06 Version 210516 10 years ago
info_glibc.sh bf03a08f06 Version 210516 10 years ago
info_parms.sh bf03a08f06 Version 210516 10 years ago
install_complete.sh bf03a08f06 Version 210516 10 years ago
install_config.sh bf03a08f06 Version 210516 10 years ago
install_gslt.sh bf03a08f06 Version 210516 10 years ago
install_gsquery.sh ebd35d2d89 corrected gsquery bug 10 years ago
install_header.sh bf03a08f06 Version 210516 10 years ago
install_logs.sh bf03a08f06 Version 210516 10 years ago
install_retry.sh bf03a08f06 Version 210516 10 years ago
install_server_dir.sh bf03a08f06 Version 210516 10 years ago
install_server_files.sh 0ace80d00a Added GES file 10 years ago
install_steamcmd.sh bf03a08f06 Version 210516 10 years ago
install_ts3.sh bf03a08f06 Version 210516 10 years ago
install_ts3db.sh bf03a08f06 Version 210516 10 years ago
install_ut2k4_key.sh bf03a08f06 Version 210516 10 years ago
logs.sh b7701042ea move stupid games' logs only on game start 10 years ago
monitor_gsquery.sh 2099e210eb nl 10 years ago
update_check.sh bf03a08f06 Version 210516 10 years ago
update_dl.sh 5e00899734 Merge pull request #834 from cedarlug/development 10 years ago

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.