|
@@ -1,16 +1,16 @@
|
|
|
-# Linux Game Server Manager - Functions
|
|
|
|
|
|
|
+# LinuxGSM - Modules
|
|
|
|
|
|
|
|
-These functions are universal functions that work in all scripts.
|
|
|
|
|
|
|
+These modules are scripts that are called upon by the primary script linuxgsm.sh
|
|
|
|
|
|
|
|
-## Function Names
|
|
|
|
|
-Functions have been named to give an idea of what the function does.
|
|
|
|
|
|
|
+## Module Names
|
|
|
|
|
+Modules have been named to give an idea of what the function does.
|
|
|
|
|
|
|
|
-* core: Essential functions that will always run first.
|
|
|
|
|
|
|
+* core: Essential modules that will always run first.
|
|
|
* command: Primary command function.
|
|
* command: Primary command function.
|
|
|
* check: Runs checks that will either halt on or fix an issue.
|
|
* check: Runs checks that will either halt on or fix an issue.
|
|
|
-* dev: development functions.
|
|
|
|
|
|
|
+* dev: development modules.
|
|
|
* fix: Applies a game server specific fix.
|
|
* fix: Applies a game server specific fix.
|
|
|
* info: retrieves information from a source such as config file or the OS.
|
|
* 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.
|
|
|
|
|
|
|
+* install: modules related to the installer.
|
|
|
|
|
+* monitor: modules related to monitor.
|
|
|
|
|
+* update: modules that update the game server.
|