Fix checkzfs check

This commit is contained in:
thorsten.spille
2024-02-09 22:17:43 +01:00
parent 4fa6603923
commit c01a09f7db

View File

@ -102,7 +102,7 @@ function log() {
} }
if which checkzfs; then if which checkzfs; then
if [ checkzfs_disabled -eq 0 ]; then if [ $checkzfs_disabled -eq 0 ]; then
checkzfs=$(which checkzfs) checkzfs=$(which checkzfs)
log "[INFO] installed checkzfs found: $checkzfs" log "[INFO] installed checkzfs found: $checkzfs"
else else