diff --git a/container_files/idp/rotateSealerKey.sh b/container_files/idp/rotateSealerKey.sh index 0d5f7fe..25df465 100644 --- a/container_files/idp/rotateSealerKey.sh +++ b/container_files/idp/rotateSealerKey.sh @@ -3,7 +3,7 @@ set -e set -u -if [ ${ENABLE_SEALER_KEY_ROTATION:=True} -eq 'True' ] +if [ ${ENABLE_SEALER_KEY_ROTATION:=True} = 'True' ] then # Default IDP_HOME if not already set