V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 43s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-25 00:26:53 +02:00
parent ae3c34ea98
commit e6af977489
7 changed files with 63 additions and 7 deletions

View File

@@ -53,4 +53,6 @@ declare -gx ERRSCRT="" # = ${BASH_SOURCE[0]} = $2 = ERRSCRT
declare -gx ERRLINE="" # = ${LINENO} = $3 = ERRLINE
declare -gx ERRFUNC="" # = ${FUNCNAME[0]:-main} = $4 = ERRFUNC
declare -gx ERRCMMD="" # = ${$BASH_COMMAND} = $5 = ERRCMMD
declare -gx ERRTRAP="false" # Check for Trap on 'EXIT' if triggered via Trap on 'ERR'.
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh

View File

@@ -48,4 +48,9 @@ declare -grx VAR_SAFE_MNT_BASE="/run/ciss/bootstrap"
### Default log level.
declare -gx VAR_DEFAULT_LOG_LEVEL="info"
### Default priority level.
declare -gix VAR_PRIORITY=0
declare -gix VAR_REIONICE_CLASS=2
declare -gix VAR_REIONICE_PRIORITY=4
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh