V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m18s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m18s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -142,6 +142,7 @@ chroot_script() {
|
||||
box ) dialog_box_cleaner ;;
|
||||
gauge ) dialog_gauge_cleaner ;;
|
||||
text ) dialog_text_cleaner ;;
|
||||
* ) : ;;
|
||||
esac
|
||||
|
||||
do_log "emergency" "tty" "1080() Launching interactive debug shell in chroot: '${var_chroot_target}'."
|
||||
@@ -184,9 +185,9 @@ readonly -f 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%%_*}()"
|
||||
|
||||
@@ -235,6 +236,7 @@ chroot_stdin() {
|
||||
box ) dialog_box_cleaner ;;
|
||||
gauge ) dialog_gauge_cleaner ;;
|
||||
text ) dialog_text_cleaner ;;
|
||||
* ) : ;;
|
||||
esac
|
||||
|
||||
do_log "emergency" "tty" "1080() Launching interactive debug shell in chroot: '${var_chroot_target}'."
|
||||
|
||||
Reference in New Issue
Block a user