Skip to content

Commit

Permalink
Wrapped scrap call in bash script to allow access to env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
draescherl committed Oct 8, 2022
1 parent 94d55b4 commit 3dafc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crons/scrap.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/bash -l

/home/bas/venv/bin/python3 ${ROOT}/scrap.py
/home/bas/venv/bin/python3 "${APP_HOME}"/scrap.py

0 comments on commit 3dafc2c

Please sign in to comment.