Closed mlevitt closed 5 months ago
I used a docker image to run the script and these packages weren't installed. Added the checks for them and discovered that the 'EL' variable wasn't set because which was not installed either. Rather than add 'which', I changed the test to type
which
type
I love it! thanks for the help! That sounds like a cool use case as well!
I used a docker image to run the script and these packages weren't installed. Added the checks for them and discovered that the 'EL' variable wasn't set because
which
was not installed either. Rather than add 'which', I changed the test totype