From cfe62379dea7f8bff8137a0f2e071d4f52f20977 Mon Sep 17 00:00:00 2001 From: anaxios Date: Wed, 14 Aug 2024 17:00:09 -0700 Subject: [PATCH] fixed hashbang --- backup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backup.sh b/backup.sh index 1d79460..6e9fb4e 100755 --- a/backup.sh +++ b/backup.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + # A script to perform incremental backups using rsync set -o errexit