diff --git a/dashboard/dashboard_update.sh b/dashboard/dashboard_update.sh index ac07caa..2924683 100755 --- a/dashboard/dashboard_update.sh +++ b/dashboard/dashboard_update.sh @@ -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