UltimateByte 95afe04aea fix error with"UNKNOWN" value instead of digit 10 anni fa
..
README.md 739596714d Update README.md 10 anni fa
check.sh 7bf99a05eb Removed tmux check on stop as preventing debug mode 10 anni fa
check_config.sh 37c3f7f2e2 Adjusted to run on specific commands 10 anni fa
check_deps.sh 7a58d80d9e check using mailx 10 anni fa
check_ip.sh 3c1e6da572 Line break at end of IP warning 10 anni fa
check_logs.sh 5f290fd3b8 Updates all version numbers 10 anni fa
check_root.sh 5518bff629 updated date 10 anni fa
check_steamcmd.sh ca1e4e1af6 check SteamCMD now using functions 10 anni fa
check_steamuser.sh 5f290fd3b8 Updates all version numbers 10 anni fa
check_systemdir.sh 496463f45c Added ability to be logged if available. 10 anni fa
check_tmux.sh 5f290fd3b8 Updates all version numbers 10 anni fa
command_backup.sh 6f7aca25b3 changed to using function_selfname over getopt 10 anni fa
command_console.sh 6f7aca25b3 changed to using function_selfname over getopt 10 anni fa
command_debug.sh 8f851c5ed3 start fixes and install fixes kept apart. 10 anni fa
command_details.sh 95afe04aea fix error with"UNKNOWN" value instead of digit 10 anni fa
command_dev_debug.sh d7f5f9cc1c date 10 anni fa
command_dev_detect_deps.sh 443018125a missing then 10 anni fa
command_email_test.sh 4aa2c3ad76 renamed email_test 10 anni fa
command_fastdl.sh 0effc04d65 Version, Will travis work ? 10 anni fa
command_install.sh e561a86acd Added to installer 10 anni fa
command_monitor.sh 9a35c06329 added idtech3 10 anni fa
command_start.sh 9dd1b0c83e minor fix 10 anni fa
command_stop.sh 6f7aca25b3 changed to using function_selfname over getopt 10 anni fa
command_ts3_server_pass.sh cfa3ffa409 date 10 anni fa
command_update.sh 860126bf7d Initial renaming 10 anni fa
command_validate.sh 8d3cc1112d intergrating fix.sh 10 anni fa
compress_unreal2_maps.sh 6f7aca25b3 changed to using function_selfname over getopt 10 anni fa
compress_ut99_maps.sh c6e8123572 added missing quotes 10 anni fa
core_functions.sh 1859394bbf Added fastdl command 10 anni fa
core_getopt.sh 6dc71d6148 Update core_getopt.sh 10 anni fa
core_messages.sh 5f290fd3b8 Updates all version numbers 10 anni fa
email.sh 67558f0764 More useful details on the monitor email 10 anni fa
fix.sh 18c3eb8055 syntax error 10 anni fa
fix_arma3.sh d02c14d228 corrected if statement 10 anni fa
fix_csgo.sh dbc0832894 renamed function 10 anni fa
fix_dst.sh 243043af90 changed to symlink 10 anni fa
fix_glibc.sh 7eec562dea Updated DST name 10 anni fa
fix_ins.sh 43cbe01970 fix 10 anni fa
fix_kf.sh 8f851c5ed3 start fixes and install fixes kept apart. 10 anni fa
fix_ro.sh 8f851c5ed3 start fixes and install fixes kept apart. 10 anni fa
fix_steamcmd.sh 2629a9bbde Removed gmod libsteam.so fix as per #596 10 anni fa
fix_ut2k4.sh 8f851c5ed3 start fixes and install fixes kept apart. 10 anni fa
fix_ut99.sh 8f851c5ed3 start fixes and install fixes kept apart. 10 anni fa
fn_functions 5f290fd3b8 Updates all version numbers 10 anni fa
fn_getopt 5f290fd3b8 Updates all version numbers 10 anni fa
fn_update_functions bf3fda25b0 Altered script log messages slightly 10 anni fa
info_config.sh a34adda006 Update info_config.sh 10 anni fa
info_distro.sh 5f290fd3b8 Updates all version numbers 10 anni fa
info_glibc.sh 36d4908844 Added Quake Live 10 anni fa
info_ts3status.sh fdce54ff05 renamed check_ts3status.sh to info_ts3status.sh 10 anni fa
install_complete.sh 7eec562dea Updated DST name 10 anni fa
install_config.sh 46260987e3 added rust default config 10 anni fa
install_dl_ut2k4.sh d0b4d226c4 Made titles more consistant 10 anni fa
install_dl_ut99.sh d0b4d226c4 Made titles more consistant 10 anni fa
install_gslt.sh 5f290fd3b8 Updates all version numbers 10 anni fa
install_gsquery.sh 4e6181f7ea missed || 10 anni fa
install_header.sh 6648ac9170 Altered header to link contributors page on Github 10 anni fa
install_logs.sh 5f290fd3b8 Updates all version numbers 10 anni fa
install_retry.sh 5f290fd3b8 Updates all version numbers 10 anni fa
install_serverdir.sh d0b4d226c4 Made titles more consistant 10 anni fa
install_serverfiles.sh c2c5693047 Moving checks to start of commands 10 anni fa
install_steamcmd.sh a587cfc7d2 Install SteamCMD now uses the check instead 10 anni fa
install_ts3.sh 951f9d448f matching updater's version checking 10 anni fa
install_ts3db.sh d0b4d226c4 Made titles more consistant 10 anni fa
install_ut2k4.sh d0b4d226c4 Made titles more consistant 10 anni fa
install_ut2k4_key.sh d0b4d226c4 Made titles more consistant 10 anni fa
install_ut99.sh d0b4d226c4 Made titles more consistant 10 anni fa
logs.sh eff90db5f1 double quotes 10 anni fa
monitor_gsquery.sh 5f290fd3b8 Updates all version numbers 10 anni fa
update_check.sh 8a325cf078 Fixing ts3 update checking 10 anni fa
update_dl.sh 559bce4cc7 renamed extract dir 10 anni fa
update_functions.sh bf3fda25b0 Altered script log messages slightly 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.