Skip to content

Commit

Permalink
Fix Lustre not installed on RHEL 8.10
Browse files Browse the repository at this point in the history
This commit fixes a bug introduced by #2764

Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster authored and hanwen-pcluste committed Jun 21, 2024
1 parent 581c14b commit d6340d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
else
action_install_lustre
end
else
action_install_lustre
end
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
else
action_install_lustre
end
else
action_install_lustre
end
end

Expand Down

0 comments on commit d6340d2

Please sign in to comment.