From 710356e90021091a274f3e1286dcaba843181ef3 Mon Sep 17 00:00:00 2001 From: Danila Danilin <83428137+stryboh@users.noreply.github.com> Date: Thu, 30 Apr 2026 21:14:01 +0300 Subject: [PATCH] fix: to check encrypted drives amount (#5515) --- bin/omarchy-drive-set-password | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-drive-set-password b/bin/omarchy-drive-set-password index baf4d1ba..cac42d58 100755 --- a/bin/omarchy-drive-set-password +++ b/bin/omarchy-drive-set-password @@ -5,7 +5,7 @@ encrypted_drives=$(blkid -t TYPE=crypto_LUKS -o device) if [[ -n $encrypted_drives ]]; then - if (( $(wc -l <<