Skip to content

Commit

Permalink
Merge pull request #2 from cash-track/bugfix/truncated-cron-env
Browse files Browse the repository at this point in the history
Fix cron env values truncated with special chars
  • Loading branch information
vokomarov authored Aug 2, 2022
2 parents e89880a + 0ab067e commit c9eb5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -e

export $(cat /app/.env | sed 's/#.*//g' | xargs)
export $(cat /app/.env | xargs)

exec "$@"

0 comments on commit c9eb5fc

Please sign in to comment.