From a726aee1314bc3529fc6c658e88e03774a82c67e Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Wed, 24 Jun 2020 14:55:05 +0200 Subject: [PATCH] Fixed script path error --- dashboard/dashboard_update.sh | 2 ++ 1 file changed, 2 insertions(+) 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