From 9ac3017da4f929ef30c9d157a394123564d113ff Mon Sep 17 00:00:00 2001 From: Luc Date: Fri, 14 Feb 2025 23:50:39 +0100 Subject: [PATCH] src/zlevis: removed minor bug --- src/zlevis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zlevis b/src/zlevis index 2b6967e..f1a0361 100755 --- a/src/zlevis +++ b/src/zlevis @@ -34,7 +34,7 @@ encrypt_pool_info() { } # Determine the argument path and execute the relevant script or function -if [ -t 0]; then +if [ -t 0 ]; then case "$1" in "decrypt") case "$2" in