From f308602da9f61c1962b87ace468b8995341df00f Mon Sep 17 00:00:00 2001 From: capntack Date: Fri, 22 Mar 2024 13:07:36 -0500 Subject: [PATCH] Updated setup script to reflect new flow --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 setup.sh diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755 index 7204558..4560c5c --- a/setup.sh +++ b/setup.sh @@ -6,10 +6,13 @@ cp ./templates/resticExcludesTemplate ./resticExcludes cp ./templates/resticTemplate.sh ./restic.sh cp ./templates/rsyncManifestTemplate ./rsyncManifest cp ./templates/rsyncTemplate.sh ./rsync.sh +cp ./templates/variablesAWSTemplate.sh ./variablesAWS.sh cp ./templates/variablesTemplate.sh ./variables.sh chmod +x ./backups.sh chmod +x ./resticClean.sh chmod +x ./restic.sh chmod +x ./rsync.sh +chmod +x ./variablesAWS.sh chmod +x ./variables.sh +chmod 600 ./variablesAWS.sh chmod 600 ./variables.sh \ No newline at end of file