From d51804ef074ca61a01eaa5bc0e06df754b41d3f4 Mon Sep 17 00:00:00 2001 From: capntack Date: Fri, 22 Mar 2024 19:45:02 -0500 Subject: [PATCH] Added comment in script prep --- templates/backupsTemplate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/backupsTemplate.sh b/templates/backupsTemplate.sh index 34b4b6a..dc61ecd 100644 --- a/templates/backupsTemplate.sh +++ b/templates/backupsTemplate.sh @@ -9,6 +9,7 @@ if [ $UPDATE = 'yes' ]; then restic self-update fi +# Source base directory of script and source variables SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) . "${SCRIPT_DIR}"/variables.sh