From 6acdf7d065093618e2183720c98ea18f6c62a111 Mon Sep 17 00:00:00 2001
From: Lene Wasskog <lene.wasskog@nibio.no>
Date: Thu, 27 Feb 2025 09:42:24 +0100
Subject: [PATCH] log: Log script end

---
 run_SEPTREFHUM.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/run_SEPTREFHUM.sh b/run_SEPTREFHUM.sh
index 9be44c2..c96c059 100755
--- a/run_SEPTREFHUM.sh
+++ b/run_SEPTREFHUM.sh
@@ -94,6 +94,7 @@ else
     echo "==== $(date): Running model for ${year}" >> "$LOG_FILE" 2>&1
     python3 ${HOME_DIR}SEPTREFHUM.py "$year" >> "$LOG_FILE" 2>&1
 fi
+echo "Run complete" >> "$LOG_FILE" 2>&1
 
 # Deactivate the virtual environment
 conda deactivate
-- 
GitLab