Skip to content

Commit

Permalink
Update start-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
felipepasc authored Jul 10, 2024
1 parent 7faba0a commit 7f8d376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/start-utils
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ function compare_version() {

# Compare the versions using sort -V
local result

case $comparison in
"lt")
if [[ $(echo -e "$left_version\n$right_version" | sort -V | head -n1) == "$left_version" && "$left_version" != "$right_version" ]]; then
Expand Down

0 comments on commit 7f8d376

Please sign in to comment.