From 72f3f86eb64a1c047d25c8dfc1ddcf5dd41b66c1 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 22 Nov 2022 09:36:30 +0900 Subject: [PATCH] Test for different command lookup check --- borg.backup.functions.init.sh | 1 + 1 file changed, 1 insertion(+) 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;