beginnning of developper reference, some typos

This commit is contained in:
fatalerrors
2021-09-10 10:29:18 +02:00
parent e93a3b9ed6
commit 14334e10b0
3 changed files with 14 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# init.sh # init.sh
**init.sh** is an automated configurator for system administrator. It's fully **init.sh** is an automated configurator for system administrators. It's fully
written using Bash scripting and aims to be platform independent. Nevertheless, written using Bash scripting and aims to be platform independent. Nevertheless,
it's requirements turns it naturally to Linux systems. It have long been tested it's requirements turns it naturally to Linux systems. It have long been tested
using Debian GNU/Linux, Devuan and different flavor of Ubuntu. using Debian GNU/Linux, Devuan and different flavor of Ubuntu.

View File

@@ -1 +1,12 @@
A faire. # init.sh developper's reference
## Getting started
This is a programmer reference. It's not intended to be a manual, be a reference
for all internal functions, so you can easily build your own modules. This
suppose you already read the [Readme file](../README.md). Creating modules
will also requires some good knowledge of Bash programming.
## The aaa_error.sh file
### Functions
#### check_root

View File

@@ -9,7 +9,7 @@
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Exit with error # Exit with error
function die() function die()
{ {