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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-08 20:07:53 +02:00
parent ef844700b9
commit 69a36c7ae1

View File

@@ -111,7 +111,8 @@ do_in_target_script() {
LC_ALL="C.UTF-8" \ LC_ALL="C.UTF-8" \
DEBIAN_FRONTEND="noninteractive" \ DEBIAN_FRONTEND="noninteractive" \
APT_LISTCHANGES_FRONTEND="none" \ APT_LISTCHANGES_FRONTEND="none" \
/bin/bash -c "${var_chroot_script}" /bin/bash -o errexit -o errtrace -o functrace -o nounset -o pipefail \
-O inherit_errexit -O failglob -O lastpipe -c "${var_chroot_script}"
then then