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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-11-23 15:04:42 +00:00
parent 887f0033a6
commit b3885326ce
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ _SAVED_SET_OPTS="$(set +o)"
set -eu
printf "\e[95m[INFO] Starting : [/usr/lib/live/boot/0042-ciss-post-decrypt-attest] \n\e[0m"
printf "\e[95m[INFO] Starting : [/etc/initramfs-tools/scripts/live-bottom/0042-ciss-post-decrypt-attest] \n\e[0m"
### Declare variables ----------------------------------------------------------------------------------------------------------
@@ -178,6 +178,6 @@ fi
eval "${_SAVED_SET_OPTS}"
printf "\e[92m[INFO] Successfully applied : [/usr/lib/live/boot/0042-ciss-post-decrypt-attest]\n\e[0m"
printf "\e[92m[INFO] Successfully applied : [/etc/initramfs-tools/scripts/live-bottom/0042-ciss-post-decrypt-attest] \n\e[0m"
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh