From e2d86d001ad96ade298efdbe0c1e4b5189648846 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 3 Jan 2011 09:48:37 +0100 Subject: [PATCH] fips: s/==/= --- modules.d/01fips/fips.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/01fips/fips.sh b/modules.d/01fips/fips.sh index 059683986..c51b16c13 100755 --- a/modules.d/01fips/fips.sh +++ b/modules.d/01fips/fips.sh @@ -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 -- 2.47.3