diff --git a/borg.backup.functions.init.sh b/borg.backup.functions.init.sh index 1f6d5c0..5426fba 100644 --- a/borg.backup.functions.init.sh +++ b/borg.backup.functions.init.sh @@ -413,6 +413,7 @@ elif [ ! -z "${BORG_EXECUTEABLE}" ]; then exit; fi; elif ! command -v borg &> /dev/null; then +# elif [ -z ($command -v borg) ]; then echo "borg backup seems not to be installed, please verify paths"; exit; fi;