sequencer - updating documentation

This commit is contained in:
2022-06-02 13:05:14 +02:00
parent 9a0860bb61
commit 13b620a224
2 changed files with 7 additions and 2 deletions

View File

@@ -28,6 +28,10 @@ seq_config() {
## Apt cmdline option to suppress user interaction
interactive || sq_aptOpt="-y"
## Disable error checks if external scripts are used
## e.g. error on unbound variables
#disableErrorCheck
## Return of non zero value will abort the sequence
return 0
}