From 59ff891b9b90dc09ecc4ccd60d10527e08a92d6b Mon Sep 17 00:00:00 2001 From: capntack Date: Sat, 23 Mar 2024 16:18:57 -0500 Subject: [PATCH] Fixed typo --- templates/backupsVariablesTemplate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/backupsVariablesTemplate.sh b/templates/backupsVariablesTemplate.sh index 5ea1342..73949dc 100644 --- a/templates/backupsVariablesTemplate.sh +++ b/templates/backupsVariablesTemplate.sh @@ -17,7 +17,7 @@ readonly DEBUG='no' readonly NTFY_NOTIFICATIONS='no' ## For running the rsync script. -## Will ened to set the rsync vars further below +## Will need to set the rsync vars further below readonly RSYNC_BACKUP='no' ## For running the restic script.