forked from extern/zsync
Fix checkzfs check
This commit is contained in:
parent
4fa6603923
commit
c01a09f7db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user