From 50c83e35e43cc802c7bdaf333a63ee4c886f575a Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Wed, 24 Jun 2020 14:53:54 +0200 Subject: [PATCH] Fixed invalid path for v2 --- dashboard/dashboard_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/dashboard_update.sh b/dashboard/dashboard_update.sh index b3ee996..ac07caa 100755 --- a/dashboard/dashboard_update.sh +++ b/dashboard/dashboard_update.sh @@ -1,7 +1,7 @@ #!/bin/bash # Update washing machines -cd "$HOME"/public_html/washinsa && ./washinsa_update.sh +cd "$HOME"/public_html/v2/washinsa && ./washinsa_update.sh # Update the dashboard with the new machine list touch lock