|
@ -3,19 +3,6 @@ |
|
|
These modules are scripts that are called upon by the primary script linuxgsm.sh |
|
|
These modules are scripts that are called upon by the primary script linuxgsm.sh |
|
|
|
|
|
|
|
|
## Module Names |
|
|
## Module Names |
|
|
<<<<<<< HEAD:lgsm/modules/README.md |
|
|
|
|
|
Modules have been named to give an idea of what the module does. |
|
|
|
|
|
|
|
|
|
|
|
* core: Essential modules that will always run first. |
|
|
|
|
|
* command: Primary command module. |
|
|
|
|
|
* check: Runs checks that will either halt on or fix an issue. |
|
|
|
|
|
* dev: development modules. |
|
|
|
|
|
* fix: Applies a game server specific fix. |
|
|
|
|
|
* info: retrieves information from a source such as config file or the OS. |
|
|
|
|
|
* install: modules related to the installer. |
|
|
|
|
|
* monitor: modules related to monitor. |
|
|
|
|
|
* update: modules that update the game server. |
|
|
|
|
|
======= |
|
|
|
|
|
|
|
|
|
|
|
Modules have been named to give an idea of what the function does. |
|
|
Modules have been named to give an idea of what the function does. |
|
|
|
|
|
|
|
@ -28,4 +15,3 @@ Modules have been named to give an idea of what the function does. |
|
|
- install: modules related to the installer. |
|
|
- install: modules related to the installer. |
|
|
- monitor: modules related to monitor. |
|
|
- monitor: modules related to monitor. |
|
|
- update: modules that update the game server. |
|
|
- update: modules that update the game server. |
|
|
>>>>>>> develop:lgsm/functions/README.md |
|
|
|
|
|