From 6344bab5ce6be1430e2b220a62cbcc0427c4e384 Mon Sep 17 00:00:00 2001 From: pi-farm Date: Sat, 27 Sep 2025 20:48:42 +0200 Subject: [PATCH] remove ensure_logs_dir command --- 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 d60f4cd..9d03f3a 100755 --- a/scripts/image-builder.sh +++ b/scripts/image-builder.sh @@ -615,7 +615,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"