add app dir

This commit is contained in:
Jan-Ole Hübner 2024-08-17 22:43:18 +02:00
parent 013d2e8ac7
commit c7583fa3ca
3 changed files with 10 additions and 11 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
source /env
source /app/env
sleep 2
python3 /get_price.py >> /var/log/cron.log 2>&1
python3 /app/get_price.py >> /var/log/cron.log 2>&1