8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
. $1 # source the apps.config file with then env vars
|
|
|
|
echo "$RESTIC_PASSWORD"
|