ansible/roles/unhb_backup_scripts/files/restic-backup-scripts/restic-unlock.sh

5 lines
80 B
Bash
Executable file

#!/bin/bash
source /opt/scripts/restic/restic.env
restic unlock
echo "done! :)"