diff options
| author | Markus Krogh <markus@nordu.net> | 2017-10-04 12:55:28 +0200 |
|---|---|---|
| committer | Markus Krogh <markus@nordu.net> | 2017-10-04 12:55:28 +0200 |
| commit | 400a77834fef117be0e8658183f4467e04c38c2d (patch) | |
| tree | 022195db1a5052e2f6e4e8cf64228c120c8944dc | |
| parent | 7a8bc378106a258b6ab2c069e39adebe6a7c42dd (diff) | |
Also give sed a file to operate on
| -rwxr-xr-x | idp/shib-entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
