1
1
forked from extern/zsync

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 [ checkzfs_disabled -eq 0 ]; then
if [ $checkzfs_disabled -eq 0 ]; then
checkzfs=$(which checkzfs)
log "[INFO] installed checkzfs found: $checkzfs"
else