Skip to content

Commit

Permalink
Merge pull request #51 from cyber-dojo/update-clean-start-script
Browse files Browse the repository at this point in the history
Update clean start script check
  • Loading branch information
JonJagger authored Oct 5, 2024
2 parents 70daa65 + da4d142 commit 428b179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/containers_up_healthy_and_clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ clean_top_5()
{
# 1st 5 lines on Puma
local -r L1="Puma starting in single mode..."
local -r L2='* Puma version: 6.4.3 (ruby 3.3.3-p89) ("The Eagle of Durango")'
local -r L2='* Puma version: 6.4.2 (ruby 3.3.3-p89) ("The Eagle of Durango")'
local -r L3="* Min threads: 0"
local -r L4="* Max threads: 5"
local -r L5="* Environment: production"
Expand Down

0 comments on commit 428b179

Please sign in to comment.