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