Generate restic configs from apps.config
This commit is contained in:
7
make-restic-password.sh
Executable file
7
make-restic-password.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
. $1 # source the apps.config file with then env vars
|
||||
|
||||
echo "$RESTIC_PASSWORD"
|
||||
Reference in New Issue
Block a user