From 9847981419d805668db08d70e5a170c6fd149b72 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Mon, 23 Mar 2026 10:55:44 +0000 Subject: [PATCH] return to the repo directory after docker changes --- cron/minutely.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cron/minutely.bash b/cron/minutely.bash index 81199b8..21a4045 100644 --- a/cron/minutely.bash +++ b/cron/minutely.bash @@ -34,6 +34,9 @@ else echo "$DOCKER_COMPOSE_FILENAME has not changed. No action needed." fi +# return to the repo directory +cd "$GIT_ZUE_DEV" || { echo "Failed to change directory to $GIT_ZUE_DEV. PANIC!"; exit 1; } + # array of files to check for changes HTML_FILES_TO_CHECK=( "site_header.html" -- 2.49.1