Fixed script path error

This commit is contained in:
Arnaud Vergnet 2020-06-24 14:55:05 +02:00
parent 50c83e35e4
commit a726aee131

View file

@ -3,6 +3,8 @@
# Update washing machines
cd "$HOME"/public_html/v2/washinsa && ./washinsa_update.sh
cd "$HOME"/public_html/v2/dashboard || exit
# Update the dashboard with the new machine list
touch lock
python3 handler.py > log 2> err