From e14e6091e01053dfebd6aa8607d0e041acebb462 Mon Sep 17 00:00:00 2001 From: pi-farm Date: Sat, 27 Sep 2025 20:36:54 +0200 Subject: [PATCH] fix function build_image --- scripts/image-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image-builder.sh b/scripts/image-builder.sh index 4f5590c..da39acb 100755 --- a/scripts/image-builder.sh +++ b/scripts/image-builder.sh @@ -617,7 +617,7 @@ build_image() { local config_file="$PROJECT_CONFIG_DIR/$project/config-file" load_project_config "$config_file" - ensure_logs_dir + #ensure_logs_dir local timestamp timestamp=$(date +"%Y%m%d_%H%M%S") local logfile="$LOGS_DIR/${project}_${timestamp}.log"