Skip to content

Commit

Permalink
Update rotateSealerKey.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Apr 25, 2019
1 parent 422c964 commit 55558b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_files/idp/rotateSealerKey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55558b6

Please sign in to comment.