Browse Source

fips: s/==/=

master
Harald Hoyer 14 years ago
parent
commit
e2d86d001a
  1. 2
      modules.d/01fips/fips.sh

2
modules.d/01fips/fips.sh

@ -61,7 +61,7 @@ do_fips() @@ -61,7 +61,7 @@ do_fips()
return 0
}

if ! fipsmode=$(getarg fips) || [ $fipsmode == "0" ]; then
if ! fipsmode=$(getarg fips) || [ $fipsmode = "0" ]; then
rm -f /etc/modprobe.d/fips.conf >/dev/null 2>&1
else
set -e

Loading…
Cancel
Save