diff --git a/backup.sh b/backup.sh index d9781b8..e92a063 100755 --- a/backup.sh +++ b/backup.sh @@ -34,7 +34,7 @@ set -e # Check if dependencies are installed missing_dep=0 -deps=("rsync" "tar" "gpg", "md5sum") +deps=("rsync" "tar" "gpg" "md5sum") for dep in "${deps[@]}"; do if ! command -v "$dep" > /dev/null 2>&1; then