Skip to content

Commit

Permalink
Tweak command to be evaluated so can handle cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ollwells committed Feb 20, 2024
1 parent cac2566 commit 3b2f522
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 @@ -21,6 +21,6 @@ echo "Running every ${SCHEDULE_MINUTES} minutes: ${COMMAND}"

while true
do
${COMMAND} &
eval "${COMMAND} &"
sleep ${SCHEDULE_SECONDS}
done

0 comments on commit 3b2f522

Please sign in to comment.