small documentation fixes, added missing ansi_shadow font file, added configuration for an host

This commit is contained in:
2022-01-14 15:48:59 +01:00
parent efa8fecb72
commit dcbdf6bae6
4 changed files with 798 additions and 9 deletions

View File

@@ -132,7 +132,7 @@ options.
After that all the configured modules with the ```$MODULE_LIST``` variable are
loaded to be availble for execution. Note that even function that might not be
used will be loaded. At this point everything that will be necessary for checks
and modification will be available in the scripts esecution environment. If the
and modification will be available in the scripts execution environment. If the
```--shell``` command line option is given, the subshell is loaded just after
this point.
@@ -290,7 +290,7 @@ cron_@template@()
export -f @template@
export -f precheck_@template@
# If cron_@template@ exists :
# If cron_@template@ exists:
export -f cron_@template@
```
@@ -350,7 +350,7 @@ don't plan to contribute.
### 5.2. Bugs
**init.sh** have no bug tracker yet. For now, if you find a bug, please submit a
bag report to the maintenor mentionned at the end of that document. A bug report
bug report to the maintenor mentionned at the end of that document. A bug report
may contain the command line parameters where the bug happens, OS details,
the module that trigger it if any, and the log file containing the error.