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 aws#2764

Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster committed Jun 20, 2024
1 parent 581c14b commit 673f874
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 673f874

Please sign in to comment.