Fixed script path error

這個提交存在於:
Arnaud Vergnet 2020-06-24 14:55:05 +02:00
父節點 50c83e35e4
當前提交 a726aee131

查看文件

@ -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