UltimateByte c52fc7f5c3 fn_script_log_fail doesn't exist & mumblepid 10 anni fa
..
README.md 841a65b2f7 moved functions to lgsm dir 10 anni fa
alert.sh 46941def99 function_selfname + fixes 10 anni fa
alert_email.sh 46941def99 function_selfname + fixes 10 anni fa
alert_pushbullet.sh 46941def99 function_selfname + fixes 10 anni fa
check.sh d84114f6e9 or 10 anni fa
check_config.sh 46941def99 function_selfname + fixes 10 anni fa
check_deps.sh 2f79f5c56e success to complete 10 anni fa
check_glibc.sh 46941def99 function_selfname + fixes 10 anni fa
check_ip.sh 46941def99 function_selfname + fixes 10 anni fa
check_logs.sh 46941def99 function_selfname + fixes 10 anni fa
check_permissions.sh 9b5af1b22f missing bracket 10 anni fa
check_root.sh 46941def99 function_selfname + fixes 10 anni fa
check_status.sh 7384278f38 Added mumble status 10 anni fa
check_steamcmd.sh 46fcf9346a #579 10 anni fa
check_system_dir.sh 46941def99 function_selfname + fixes 10 anni fa
check_tmux.sh 46941def99 function_selfname + fixes 10 anni fa
command_backup.sh 46941def99 function_selfname + fixes 10 anni fa
command_console.sh 46941def99 function_selfname + fixes 10 anni fa
command_debug.sh 46941def99 function_selfname + fixes 10 anni fa
command_details.sh 8628c2572b Removed port, will go to main script 10 anni fa
command_dev_debug.sh adbe729b0e added absolutepath to dev-debug 10 anni fa
command_dev_detect_deps.sh 46941def99 function_selfname + fixes 10 anni fa
command_fastdl.sh 46941def99 function_selfname + fixes 10 anni fa
command_install.sh 3eca60b1a7 Added mumble installation 10 anni fa
command_monitor.sh ccb4077c63 changed to restart 10 anni fa
command_restart.sh b1eb6fa499 removed unrequired exitbypass 10 anni fa
command_start.sh 5beef0efa1 fi & quotes 10 anni fa
command_stop.sh c52fc7f5c3 fn_script_log_fail doesn't exist & mumblepid 10 anni fa
command_test_alert.sh 46941def99 function_selfname + fixes 10 anni fa
command_ts3_server_pass.sh 46941def99 function_selfname + fixes 10 anni fa
command_update.sh e86691d94f Added mumble update 10 anni fa
command_update_functions.sh 46941def99 function_selfname + fixes 10 anni fa
command_validate.sh 997dc006fd corrected message display 10 anni fa
compress_unreal2_maps.sh 46941def99 function_selfname + fixes 10 anni fa
compress_ut99_maps.sh 46941def99 function_selfname + fixes 10 anni fa
core_dl.sh b0253a9ff5 Allow curl to follow redirect (with -L) 10 anni fa
core_exit.sh 46941def99 function_selfname + fixes 10 anni fa
core_functions.sh a1dc72586f Added mumble 10 anni fa
core_getopt.sh 3891f80b8e Updated mumble commands 10 anni fa
core_messages.sh f7978da801 commandaction for print 10 anni fa
core_trap.sh b8f44749a0 Ditched lgsm_version as not used 10 anni fa
fix.sh 4ba347f73b removed function_selfname 10 anni fa
fix_arma3.sh 46941def99 function_selfname + fixes 10 anni fa
fix_csgo.sh 46941def99 function_selfname + fixes 10 anni fa
fix_dst.sh 46941def99 function_selfname + fixes 10 anni fa
fix_glibc.sh 46941def99 function_selfname + fixes 10 anni fa
fix_ins.sh 46941def99 function_selfname + fixes 10 anni fa
fix_kf.sh 46941def99 function_selfname + fixes 10 anni fa
fix_ro.sh 46941def99 function_selfname + fixes 10 anni fa
fix_steamcmd.sh 46941def99 function_selfname + fixes 10 anni fa
fix_ut2k4.sh 46941def99 function_selfname + fixes 10 anni fa
fix_ut99.sh 46941def99 function_selfname + fixes 10 anni fa
fn_functions 46941def99 function_selfname + fixes 10 anni fa
fn_getopt 46941def99 function_selfname + fixes 10 anni fa
fn_update_functions 46941def99 function_selfname + fixes 10 anni fa
gsquery.py 852a2140ba bug: removed bash code 10 anni fa
info_config.sh a60432b0c3 Added support for Starbound 1.0 10 anni fa
info_distro.sh 46941def99 function_selfname + fixes 10 anni fa
info_glibc.sh 2aa42fc724 No glibc for Mumble 10 anni fa
info_parms.sh 9bf343a9c7 Fixes #842 10 anni fa
install_complete.sh 46941def99 function_selfname + fixes 10 anni fa
install_config.sh a60432b0c3 Added support for Starbound 1.0 10 anni fa
install_gslt.sh 46941def99 function_selfname + fixes 10 anni fa
install_header.sh 46941def99 function_selfname + fixes 10 anni fa
install_logs.sh 46941def99 function_selfname + fixes 10 anni fa
install_retry.sh 46941def99 function_selfname + fixes 10 anni fa
install_server_dir.sh 46941def99 function_selfname + fixes 10 anni fa
install_server_files.sh 93780b5cdb Added mumble 10 anni fa
install_steamcmd.sh a430cd44a0 removed function_selfname 10 anni fa
install_ts3db.sh 46941def99 function_selfname + fixes 10 anni fa
install_ut2k4_key.sh 46941def99 function_selfname + fixes 10 anni fa
logs.sh 46941def99 function_selfname + fixes 10 anni fa
monitor_gsquery.sh a2e6062ab8 added core_exit.sh 10 anni fa
update_mumble.sh 16a90bb357 improvements 10 anni fa
update_steamcmd.sh fd4102c11c Revert "added timeout of 10 seconds" 10 anni fa
update_ts3.sh 29965a732b updated comment 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.