Add shebangs to backup scripts so they run properly in zsh
This commit is contained in:
parent
05387de09a
commit
1b9ff0a08d
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
source ./vars.sh
|
||||
|
||||
MOUNT_PATH="/mnt/restic"
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
###### Unlock the restic database in case it's locked
|
||||
|
||||
$RESTIC --password-file=$PWD_FILE unlock
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
export RESTIC_REPOSITORY="{{ restic_repository }}"
|
||||
export AWS_ACCESS_KEY_ID="{{ cloudflare_r2_access_key }}"
|
||||
export AWS_SECRET_ACCESS_KEY="{{ cloudflare_r2_secret_key }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user