lgsm local mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Marvin Lehmann 38cd98222e Replaced insignificant spaces with tabs 10 years ago
..
README.md moved functions to lgsm dir 10 years ago
alert.sh Removed deprecated var emailnotification 10 years ago
alert_email.sh function_selfname + fixes 10 years ago
alert_pushbullet.sh function_selfname + fixes 10 years ago
check.sh Check system requirements 10 years ago
check_config.sh Now using core_exit.sh 10 years ago
check_deps.sh success to complete 10 years ago
check_glibc.sh function_selfname + fixes 10 years ago
check_ip.sh function_selfname + fixes 10 years ago
check_logs.sh function_selfname + fixes 10 years ago
check_permissions.sh missing bracket 10 years ago
check_root.sh function_selfname + fixes 10 years ago
check_status.sh function_selfname + fixes 10 years ago
check_steamcmd.sh #579 10 years ago
check_system_dir.sh function_selfname + fixes 10 years ago
check_system_requirements.sh using info_distro and updated messages 10 years ago
check_tmux.sh function_selfname + fixes 10 years ago
command_backup.sh function_selfname + fixes 10 years ago
command_console.sh function_selfname + fixes 10 years ago
command_debug.sh function_selfname + fixes 10 years ago
command_details.sh Added physical cached memory info 10 years ago
command_dev_debug.sh added absolutepath to dev-debug 10 years ago
command_dev_detect_deps.sh function_selfname + fixes 10 years ago
command_fastdl.sh function_selfname + fixes 10 years ago
command_install.sh space 10 years ago
command_monitor.sh changed to restart 10 years ago
command_restart.sh removed unrequired exitbypass 10 years ago
command_start.sh added exitbypass 10 years ago
command_stop.sh function_selfname + fixes 10 years ago
command_test_alert.sh function_selfname + fixes 10 years ago
command_ts3_server_pass.sh function_selfname + fixes 10 years ago
command_update.sh function_selfname + fixes 10 years ago
command_update_functions.sh function_selfname + fixes 10 years ago
command_validate.sh Replaced insignificant spaces with tabs 10 years ago
compress_unreal2_maps.sh function_selfname + fixes 10 years ago
compress_ut99_maps.sh function_selfname + fixes 10 years ago
core_dl.sh function_selfname + fixes 10 years ago
core_exit.sh function_selfname + fixes 10 years ago
core_functions.sh FUNCANME > FUNCNAME for fuck sake 10 years ago
core_getopt.sh Corrected abbreviaton of test-alert parameter 10 years ago
core_messages.sh Added directory check 10 years ago
core_trap.sh Ditched lgsm_version as not used 10 years ago
fix.sh removed function_selfname 10 years ago
fix_arma3.sh function_selfname + fixes 10 years ago
fix_csgo.sh function_selfname + fixes 10 years ago
fix_dst.sh function_selfname + fixes 10 years ago
fix_glibc.sh function_selfname + fixes 10 years ago
fix_ins.sh function_selfname + fixes 10 years ago
fix_kf.sh function_selfname + fixes 10 years ago
fix_ro.sh function_selfname + fixes 10 years ago
fix_steamcmd.sh function_selfname + fixes 10 years ago
fix_ut2k4.sh function_selfname + fixes 10 years ago
fix_ut99.sh function_selfname + fixes 10 years ago
fn_functions function_selfname + fixes 10 years ago
fn_getopt function_selfname + fixes 10 years ago
fn_update_functions function_selfname + fixes 10 years ago
gsquery.py bug: removed bash code 10 years ago
info_config.sh Add support to 7 days to die to info_config.sh 10 years ago
info_distro.sh Merge pull request #946 from dgibbs64/systemrequirements 10 years ago
info_glibc.sh function_selfname + fixes 10 years ago
info_parms.sh Fixes #842 10 years ago
install_complete.sh function_selfname + fixes 10 years ago
install_config.sh Added support for Starbound 1.0 10 years ago
install_gslt.sh function_selfname + fixes 10 years ago
install_header.sh function_selfname + fixes 10 years ago
install_logs.sh function_selfname + fixes 10 years ago
install_retry.sh function_selfname + fixes 10 years ago
install_server_dir.sh function_selfname + fixes 10 years ago
install_server_files.sh Replaced insignificant spaces with tabs 10 years ago
install_steamcmd.sh removed function_selfname 10 years ago
install_ts3db.sh function_selfname + fixes 10 years ago
install_ut2k4_key.sh function_selfname + fixes 10 years ago
logs.sh function_selfname + fixes 10 years ago
monitor_gsquery.sh added core_exit.sh 10 years ago
update_steamcmd.sh Revert "added timeout of 10 seconds" 10 years ago
update_ts3.sh updated comment 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.