Skip to content

Commit d3cc6c0

Browse files
Guillaume001Guillaume001
Guillaume001
authored andcommitted
(MODULES-11135) Add Rocky as EL platform in task install_shell.sh
1 parent 8e6bdc4 commit d3cc6c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tasks/install_shell.sh

+4
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ if [ -f "$PT__installdir/facts/tasks/bash.sh" ]; then
174174
if test "x$platform" = "xCentOS"; then
175175
platform="el"
176176

177+
# Handle Rocky
178+
elif test "x$platform" = "xRocky"; then
179+
platform="el"
180+
177181
# Handle Oracle
178182
elif test "x$platform" = "xOracle Linux Server"; then
179183
platform="el"

0 commit comments

Comments
 (0)