Skip to content

Commit

Permalink
Update periodic.sh: shellcheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Oct 24, 2023
1 parent 09568a9 commit 7176049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/periodic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7176049

Please sign in to comment.