From 7d9a34c948e66a26ab86749bacc9895f1cfa513b Mon Sep 17 00:00:00 2001 From: ahtlon Date: Wed, 26 Aug 2026 18:52:10 +0200 Subject: [PATCH] [scripts] keep trying to unlock even if no storage found --- scripts/unlock-boot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/unlock-boot.sh b/scripts/unlock-boot.sh index c6aa0d6..02406dd 100644 --- a/scripts/unlock-boot.sh +++ b/scripts/unlock-boot.sh @@ -1,4 +1,3 @@ -set -o errexit set -o pipefail sshoptions="-o StrictHostKeyChecking=no -o ServerAliveInterval=1 -o ServerAliveCountMax=1 -p 222 -T"