Skip to content

Commit

Permalink
Give cron runs access to env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Oct 24, 2023
1 parent aedc0fb commit fbd5d27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/scripts/pre-init.d/90_start_cron.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
printenv > /etc/environment
service cron start
crontab /etc/crontab

0 comments on commit fbd5d27

Please sign in to comment.