Fixed invalid path for v2
This commit is contained in:
parent
a87b891fa3
commit
50c83e35e4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Update washing machines
|
# 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
|
# Update the dashboard with the new machine list
|
||||||
touch lock
|
touch lock
|
||||||
|
|
Loading…
Reference in a new issue