src/zlevis: removed minor bug

This commit is contained in:
Luc Bijl 2025-02-14 23:50:39 +01:00
parent e2135379d8
commit 9ac3017da4

View file

@ -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