Skip to content

Commit

Permalink
Update seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
ollwells committed Feb 20, 2024
1 parent 7e78d8d commit c2ded0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/php/run-scheduler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ "" == "${SCHEDULE_MINUTES}" ]]; then
fi

# Calculate seconds
SCHEDULE_SECONDS=$((SCHEDULE_MINUTES * 1))
SCHEDULE_SECONDS=$((SCHEDULE_MINUTES * 60))

echo "Running every ${SCHEDULE_MINUTES} minutes: ${COMMAND}"

Expand Down

0 comments on commit c2ded0e

Please sign in to comment.