]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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 0596839864ea6b3b0a06f9378cb0801ce5ddc9c0..c51b16c13a23608d056311f62b2fd8759314d94d 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