V8.04.002.2025.08.11
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 58s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 58s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -10,11 +10,18 @@
|
||||
# SPDX-PackageName: CISS.debian.live.builder
|
||||
# SPDX-Security-Contact: security@coresecret.eu
|
||||
|
||||
guard_sourcing
|
||||
|
||||
### Definition of MUST set global variables.
|
||||
# shellcheck disable=SC2155
|
||||
declare -gr VAR_ISO8601="$(date +%Y_%m_%d_%H_%M_%S)"
|
||||
# shellcheck disable=SC2155
|
||||
declare -gr VAR_KERNEL_INF="$(mktemp)"
|
||||
# shellcheck disable=SC2155
|
||||
declare -gr VAR_KERNEL_TMP="$(mktemp)"
|
||||
# shellcheck disable=SC2155
|
||||
declare -gr VAR_KERNEL_SRT="$(mktemp)"
|
||||
# shellcheck disable=SC2155
|
||||
declare -gr VAR_NOTES="$(mktemp)"
|
||||
|
||||
declare -gr LOG_ERROR="/tmp/ciss_live_builder_$$_error.log"
|
||||
|
||||
Reference in New Issue
Block a user