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.
 
 
Daniel Gibbs cf95c40de8 setting up an exit bypass 9 years ago
..
README.md moved functions to lgsm dir 9 years ago
alert.sh updated fn_scriptlog to fn_script_log 9 years ago
alert_email.sh local modulename may be required after all 9 years ago
alert_pushbullet.sh local modulename may be required after all 9 years ago
check.sh Version 210516 9 years ago
check_config.sh updated fn_scriptlog to fn_script_log 9 years ago
check_deps.sh Merge remote-tracking branch 'refs/remotes/origin/master' into exitcodes 9 years ago
check_glibc.sh Version 210516 9 years ago
check_ip.sh More alterations for exitcodes 9 years ago
check_logs.sh Version 210516 9 years ago
check_permissions.sh Removed trailing spaces from files 9 years ago
check_root.sh core_exit 9 years ago
check_status.sh Version 210516 9 years ago
check_steamcmd.sh More alterations for exitcodes 9 years ago
check_system_dir.sh More alterations for exitcodes 9 years ago
check_tmux.sh More alterations for exitcodes 9 years ago
command_backup.sh local modulename may be required after all 9 years ago
command_console.sh local modulename may be required after all 9 years ago
command_debug.sh setting up an exit bypass 9 years ago
command_details.sh More alterations for exitcodes 9 years ago
command_dev_debug.sh More alterations for exitcodes 9 years ago
command_dev_detect_deps.sh local modulename may be required after all 9 years ago
command_fastdl.sh local modulename may be required after all 9 years ago
command_install.sh local modulename may be required after all 9 years ago
command_monitor.sh local modulename may be required after all 9 years ago
command_restart.sh setting up an exit bypass 9 years ago
command_start.sh Revert "updated to ts3server code" 9 years ago
command_stop.sh local modulename may be required after all 9 years ago
command_test_alert.sh local modulename may be required after all 9 years ago
command_ts3_server_pass.sh local modulename may be required after all 9 years ago
command_update.sh moved functions to lgsm dir 9 years ago
command_update_functions.sh converted more to exitcodes 9 years ago
command_validate.sh local modulename may be required after all 9 years ago
compress_unreal2_maps.sh Version 210516 9 years ago
compress_ut99_maps.sh converted more to exitcodes 9 years ago
core_dl.sh added exit code handling. 9 years ago
core_exit.sh setting up an exit bypass 9 years ago
core_functions.sh restart now has its own script 9 years ago
core_getopt.sh command_restart.sh 9 years ago
core_messages.sh Added new fn_script_log vars 9 years ago
fix.sh converted more to exitcodes 9 years ago
fix_arma3.sh As per #815 9 years ago
fix_csgo.sh Version 210516 9 years ago
fix_dst.sh Version 210516 9 years ago
fix_glibc.sh Removed trailing spaces from files 9 years ago
fix_ins.sh converted more to exitcodes 9 years ago
fix_kf.sh Version 210516 9 years ago
fix_ro.sh Version 210516 9 years ago
fix_steamcmd.sh Removed trailing spaces from files 9 years ago
fix_ut2k4.sh Version 210516 9 years ago
fix_ut99.sh Version 210516 9 years ago
fn_functions Version 210516 9 years ago
fn_getopt Version 210516 9 years ago
fn_update_functions updated fn_scriptlog to fn_script_log 9 years ago
gsquery.py Changed http to https on LGSM links 9 years ago
info_config.sh Removed trailing spaces from files 9 years ago
info_distro.sh Added LGSM total disk used and tidy up 9 years ago
info_glibc.sh Removed trailing spaces from files 9 years ago
info_parms.sh added exit code handling. 9 years ago
install_complete.sh local modulename may be required after all 9 years ago
install_config.sh local modulename may be required after all 9 years ago
install_gslt.sh local modulename may be required after all 9 years ago
install_gsquery.sh corrected gsquery bug 9 years ago
install_header.sh local modulename may be required after all 9 years ago
install_logs.sh local modulename may be required after all 9 years ago
install_retry.sh local modulename may be required after all 9 years ago
install_server_dir.sh local modulename may be required after all 9 years ago
install_server_files.sh local modulename may be required after all 9 years ago
install_steamcmd.sh local modulename may be required after all 9 years ago
install_ts3.sh local modulename may be required after all 9 years ago
install_ts3db.sh local modulename may be required after all 9 years ago
install_ut2k4_key.sh local modulename may be required after all 9 years ago
logs.sh local modulename may be required after all 9 years ago
monitor_gsquery.sh local modulename may be required after all 9 years ago
update_check.sh local modulename may be required after all 9 years ago
update_dl.sh local modulename may be required after all 9 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.