Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
danitseitlin committed Sep 28, 2024
1 parent 14a2527 commit 3107f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/healthcheck.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wait-for-status() {
echo "Waiting for services status"
echo ""
bash -c \
'while [[ "$(npm run status)" == *"(starting)"* ]];\
'while [[ "$(npm run status)" == *"(starting)"*] || ["$(npm run status)" == *"(Exited)"*]];\
do echo "Waiting for services" && sleep 2;\
done'
}
Expand Down

0 comments on commit 3107f07

Please sign in to comment.