From: Alex Pooley (@zuedev) Date: Mon, 23 Mar 2026 10:55:44 +0000 (+0000) Subject: return to the repo directory after docker changes X-Git-Url: http://git.zue.dev/?a=commitdiff_plain;h=9847981419d805668db08d70e5a170c6fd149b72;p=git.zue.dev return to the repo directory after docker changes --- 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"