Skip to content

Commit

Permalink
Fix container clean start check
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 14, 2024
1 parent 15a4747 commit cd2eea7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ 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 L3="* Min threads: 0"
local -r L4="* Max threads: 5"
local -r L5="* Environment: production"
local -r L2='* Puma version: 6.5.0 ("Sky'"'"'s Version")'
local -r L3='* Ruby version: ruby 3.3.6 (2024-11-05 revision 75015d4c1f) [x86_64-linux-musl]'
local -r L4="* Min threads: 0"
local -r L5="* Max threads: 5"
#
local -r all5="$(printf "%s\n%s\n%s\n%s\n%s" "${L1}" "${L2}" "${L3}" "${L4}" "${L5}")"
echo "${all5}"
Expand Down

0 comments on commit cd2eea7

Please sign in to comment.