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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-08 21:15:41 +02:00
parent 6d255e9c07
commit 980f81bfb3
12 changed files with 47 additions and 37 deletions

View File

@@ -18,10 +18,10 @@ guard_sourcing
# ERR_CHRT_COMMAND
# TERM
# Arguments:
# $1: Target of the chroot environment.
# $@: Commands and options and parameters to be executed in chroot.
# 1: Target of the chroot environment.
# 2: Commands and options and parameters to be executed in chroot.
# Returns:
# "${ERR_CHRT_COMMAND}": Unsuccessfully executed commands.
# ERR_CHRT_COMMAND: Unsuccessfully executed commands.
# 0: Successfully executed commands.
#######################################
do_in_target() {