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 bbc46aa commit 0e28fde
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 @@ -13,7 +13,7 @@

while true; do
# Run the command and capture the output
output=$(npm run start)
output=$(npm run status)

# Check if the output contains 'starting' or 'exited'
if echo "$output" | grep -q -e "starting" -e "exited"; then
Expand Down

0 comments on commit 0e28fde

Please sign in to comment.