mirror of
http://gitlab.bashclub.org/bashclub/zsync.git
synced 2025-08-09 08:15:44 +02:00
Fix checkzfs check
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user