fips: s/==/=
authorHarald Hoyer <harald@redhat.com>
Mon, 3 Jan 2011 08:48:37 +0000 (09:48 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 3 Jan 2011 08:48:37 +0000 (09:48 +0100)
modules.d/01fips/fips.sh

index 0596839..c51b16c 100755 (executable)
@@ -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