From edd4f2c9ddff89919930b9a0ff77db5e7ffa319d Mon Sep 17 00:00:00 2001 From: bsourisse Date: Mon, 19 Dec 2022 13:53:11 +0100 Subject: [PATCH] fix: improve compatibility with Fedora #11 --- helpers/shells/createRepo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/shells/createRepo.sh b/helpers/shells/createRepo.sh index 81bad5c..bfda253 100755 --- a/helpers/shells/createRepo.sh +++ b/helpers/shells/createRepo.sh @@ -34,7 +34,7 @@ then fi # Check if borgbackup is installed -if ! [ -x "$(command -v borgbackup)" ]; then +if ! [ -x "$(command -v borg)" ]; then echo "You must install borgbackup package." exit 3 fi