We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f3709 commit 13a9a4bCopy full SHA for 13a9a4b
tasks/precheck.sh
@@ -11,7 +11,7 @@ elif grep -qi redhat /etc/os-release && [[ "$(cat /proc/sys/crypto/fips_enabled)
11
osfamily="redhatfips"
12
else
13
osfamily="el"
14
- if grep -qi amazon /etc/os-release && grep -qi "VERSION_ID=\"2\"" /etc/os-release; then
+ if grep -qi amazon /etc/os-release && grep -qi 'VERSION_ID="2"' /etc/os-release; then
15
version=7
16
fi
17
0 commit comments