diff --git a/disable-algif-aead/cos-disable-algif-aead.yaml b/disable-algif-aead/cos-disable-algif-aead.yaml index e0a358b..dcbaa67 100644 --- a/disable-algif-aead/cos-disable-algif-aead.yaml +++ b/disable-algif-aead/cos-disable-algif-aead.yaml @@ -70,7 +70,8 @@ spec: rmdir "${efi}" if [[ "${secure_boot}" == "True" ]]; then echo "Secure Boot is enabled. Boot options cannot be changed." - exit 1 + sleep inf + exit 0 fi }