src/zlevis: removed minor bug
This commit is contained in:
parent
e2135379d8
commit
9ac3017da4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ encrypt_pool_info() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Determine the argument path and execute the relevant script or function
|
# Determine the argument path and execute the relevant script or function
|
||||||
if [ -t 0]; then
|
if [ -t 0 ]; then
|
||||||
case "$1" in
|
case "$1" in
|
||||||
"decrypt")
|
"decrypt")
|
||||||
case "$2" in
|
case "$2" in
|
||||||
|
|
Loading…
Reference in a new issue