Skip to content

Commit

Permalink
Merge pull request #65 from bryangruneberg/issue-64/add-call-to-sh-fo…
Browse files Browse the repository at this point in the history
…r-cronjobs

Issue 64/add call to sh for cronjobs
  • Loading branch information
Toby Bellwood authored Feb 2, 2021
2 parents a11c034 + b0d5661 commit 460cb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/commons/lagoon/cronjob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ trap exit_trap EXIT

echo "$(date --utc +%FT%TZ) CRONJOB: $@"

sh -c "/lagoon/entrypoints.sh $@"
/lagoon/entrypoints.sh sh -c "$@"

0 comments on commit 460cb80

Please sign in to comment.