Fixed script path error
This commit is contained in:
parent
50c83e35e4
commit
a726aee131
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
# Update washing machines
|
# Update washing machines
|
||||||
cd "$HOME"/public_html/v2/washinsa && ./washinsa_update.sh
|
cd "$HOME"/public_html/v2/washinsa && ./washinsa_update.sh
|
||||||
|
|
||||||
|
cd "$HOME"/public_html/v2/dashboard || exit
|
||||||
|
|
||||||
# Update the dashboard with the new machine list
|
# Update the dashboard with the new machine list
|
||||||
touch lock
|
touch lock
|
||||||
python3 handler.py > log 2> err
|
python3 handler.py > log 2> err
|
||||||
|
|
Loading…
Reference in a new issue