beginnning of developper reference, some typos
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# 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,
|
||||
it's requirements turns it naturally to Linux systems. It have long been tested
|
||||
using Debian GNU/Linux, Devuan and different flavor of Ubuntu.
|
||||
|
||||
13
doc/dev.md
13
doc/dev.md
@@ -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
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# ------------------------------------------------------------------------------
|
||||
# Exit with error
|
||||
function die()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user