fix: improve compatibility with Fedora #11

This commit is contained in:
bsourisse 2022-12-19 13:53:11 +01:00
parent 245133fa65
commit edd4f2c9dd

View file

@ -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