From f292a463ffdd4b26d0c54e7e49f1b3c5e5004a85 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Sat, 31 Dec 2022 15:26:20 +0000 Subject: [PATCH] fix typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 50e432e4c3..6dc8e61626 100755 --- a/install.sh +++ b/install.sh @@ -27,7 +27,7 @@ bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost/dashboar echo "Progress 2/10" bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost/file/status)" != "200" ]]; do sleep 5; done' echo "Progress 3/10" -bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost/staus-page/status)" != "200" ]]; do sleep 5; done' +bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost/status-page/status)" != "200" ]]; do sleep 5; done' echo "Progress 4/10" bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost/status)" != "200" ]]; do sleep 5; done' echo "Progress 5/10"