From 717604941e9573d4762f620256dd0724fed3cddf Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:54:23 -0500 Subject: [PATCH] Update periodic.sh: shellcheck fix --- scripts/periodic.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/periodic.sh b/scripts/periodic.sh index f7b0ea569..c6bb86654 100755 --- a/scripts/periodic.sh +++ b/scripts/periodic.sh @@ -17,6 +17,7 @@ cd "${ALLSKY_SCRIPTS}" || exit ${ALLSKY_ERROR_STOP} while : do # AG - Bookworm mod 12/10/23 + #shellcheck disable=SC1090 source "${ALLSKY_HOME}/venv/bin/activate" python3 "${ALLSKY_SCRIPTS}/flow-runner.py" --event periodic deactivate