remove ensure_logs_dir command

This commit is contained in:
2025-09-27 20:48:42 +02:00
parent 43b6b89df5
commit 6344bab5ce

View File

@@ -615,7 +615,7 @@ build_image() {
local config_file="$PROJECT_CONFIG_DIR/$project/config-file" local config_file="$PROJECT_CONFIG_DIR/$project/config-file"
load_project_config "$config_file" load_project_config "$config_file"
ensure_logs_dir #ensure_logs_dir
local timestamp local timestamp
timestamp=$(date +"%Y%m%d_%H%M%S") timestamp=$(date +"%Y%m%d_%H%M%S")
local logfile="$LOGS_DIR/${project}_${timestamp}.log" local logfile="$LOGS_DIR/${project}_${timestamp}.log"