From ce40064b735c5089335cdae2d59c22c9bacb5896 Mon Sep 17 00:00:00 2001 From: capntack Date: Sun, 17 Mar 2024 13:03:17 -0500 Subject: [PATCH] Fixed typo --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 4634285..99493bb 100644 --- a/setup.sh +++ b/setup.sh @@ -2,7 +2,7 @@ cp ./templates/.resticPasswordTemplate ./.resticPassword cp ./templates/backupsTemplate.sh ./backups.sh -cp ./templates/resticExcludesTemplate ./resticExcludesTemplate +cp ./templates/resticExcludesTemplate ./resticExcludes cp ./templates/rsyncManifestTemplate ./rsyncManifest chmod 600 ./.resticPassword chmod +x ./backups.sh \ No newline at end of file