V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m1s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m1s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -178,9 +178,9 @@ chroot_script() {
|
||||
#######################################
|
||||
chroot_stdin() {
|
||||
### Declare Arrays, HashMaps, and Variables.
|
||||
declare var_chroot_target="$1"; shift # consume TARGET
|
||||
declare payload_marker="$1"; shift # consume marker (e.g. "__payload__")
|
||||
declare var_log_level_on_error="emergency" # default
|
||||
declare var_chroot_target="$1"; shift ### consume TARGET
|
||||
declare payload_marker="$1"; shift ### consume marker (e.g. "__payload__")
|
||||
declare var_log_level_on_error="emergency" ### default
|
||||
declare var_default_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
declare var_mod="${BASH_SOURCE[1]##*/}"; var_mod="${var_mod%%_*}()"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user