From 5d64de95bcc71462dd783ea49f09c9ba8053ca1e6c2f3ffdb2d6195c9a32d2c0 Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Mon, 6 Oct 2025 19:32:12 +0100 Subject: [PATCH] V8.13.048.2025.10.06 Signed-off-by: Marc S. Weidner --- scripts/9000-cdi-starter | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/9000-cdi-starter b/scripts/9000-cdi-starter index 33c6d5e..7da85a6 100644 --- a/scripts/9000-cdi-starter +++ b/scripts/9000-cdi-starter @@ -1,6 +1,6 @@ #!/bin/bash # SPDX-Version: 3.0 -# SPDX-CreationInfo: 2025-05-05; WEIDNER, Marc S.; +# SPDX-CreationInfo: 2025-10-06; WEIDNER, Marc S.; # SPDX-ExternalRef: GIT https://git.coresecret.dev/msw/CISS.debian.live.builder.git # SPDX-FileContributor: WEIDNER, Marc S.; Centurion Intelligence Consulting Agency # SPDX-FileCopyrightText: 2024-2025; WEIDNER, Marc S.; @@ -9,6 +9,7 @@ # SPDX-LicenseComment: This file is part of the CISS.debian.installer.secure framework. # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu + set -Ceuo pipefail declare -gx PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" declare -gx IFS=$' \t\n' @@ -34,7 +35,8 @@ cd /root/git/CISS.debian.installer # --reionice-priority 1 0 \ # --renice-priority "-19" -printf "CISS.debian.installer Master V8.13.048.2025.10.06 successfully executed! \n" >| /root/.cdi/log/boot_finished_"$(date +"%Y-%m-%d_%H-%M-%S")".log +printf "CISS.debian.installer Master V8.13.048.2025.10.06 successfully executed! \n" \ + >| /root/.cdi/log/boot_finished_"$(date +"%Y-%m-%d_%H-%M-%S")".log printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ✅ '%s' successfully applied. \e[0m\n" "${0}"