From 400a77834fef117be0e8658183f4467e04c38c2d Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Wed, 4 Oct 2017 12:55:28 +0200 Subject: Also give sed a file to operate on --- idp/shib-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idp/shib-entrypoint.sh b/idp/shib-entrypoint.sh index 4ee5489..1cfe6da 100755 --- a/idp/shib-entrypoint.sh +++ b/idp/shib-entrypoint.sh @@ -23,7 +23,7 @@ fi # Make encrytping optional (some SPs don't have encryption) if [ $IDP_ENCRYPTION_OPTIONAL ]; then - sed -i -e '/idp.encryption.optional=/ s/^#//' -e '/idp.encryption.optional=/ s/false/true/' + sed -i -e '/idp.encryption.optional/ s/^#//' -e '/idp.encryption.optional/ s/false/true/' $IDP_PROPERTIES fi # FTICKS -- cgit v1.1