This commit is contained in:
Jan-Ole Hübner 2024-08-17 22:21:01 +02:00
parent 71a97b6726
commit 1bfd251502

View file

@ -1,5 +1,5 @@
#!/bin/bash
export PYTHONPATH=/usr/local/lib/python3.12/site-packages
sleep 2
python3 /get_price.py >> /var/log/cron.log 2>&1
/usr/local/bin/python3 /get_price.py >> /var/log/cron.log 2>&1