Skip to content

Commit

Permalink
sleep before checking logs
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Oct 27, 2024
1 parent 4398338 commit b798a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dojo/dojo
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ case "$ACTION" in

# HELP: wait: wait for the dojo to finish starting
"wait")
sleep 10
dojo logs | while IFS= read -r line; do
echo "$line"
case "$line" in
Expand Down

0 comments on commit b798a57

Please sign in to comment.