From c60d4e1742f98798544681db0eaa66ce06e89d776ff346bf56d2a05b180405be Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Tue, 7 Oct 2025 17:32:54 +0100 Subject: [PATCH] V8.13.064.2025.10.07 Signed-off-by: Marc S. Weidner --- scripts/9000-cdi-starter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/9000-cdi-starter b/scripts/9000-cdi-starter index 2b76b99..10d170f 100644 --- a/scripts/9000-cdi-starter +++ b/scripts/9000-cdi-starter @@ -45,7 +45,7 @@ main() { # shellcheck disable=SC2312 exec > >(tee -a "${log}") 2>&1 - printf "CISS.debian.installer Master V8.13.064.2025.10.07 is up! \n" >| /root/.cdi/log/auto_start_begin_"$(date +"%Y-%m-%d_%H-%M-%S")".log + printf "CISS.debian.installer Master V8.13.064.2025.10.07 is up! \n" >| /root/.ciss/cdi/log/auto_start_begin_"$(date +"%Y-%m-%d_%H-%M-%S")".log net_wait @@ -66,7 +66,7 @@ main() { # --reionice-priority 1 0 \ # --renice-priority "-19" - printf "CISS.debian.installer Master V8.13.064.2025.10.07 successfully executed! \n" >| /root/.cdi/log/auto_start_finished_"$(date +"%Y-%m-%d_%H-%M-%S")".log + printf "CISS.debian.installer Master V8.13.064.2025.10.07 successfully executed! \n" >| /root/.ciss/cdi/log/auto_start_finished_"$(date +"%Y-%m-%d_%H-%M-%S")".log exit 0 }