4 lines
80 B
Bash
Executable file
4 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
source /opt/scripts/restic/restic.env
|
|
restic unlock
|
|
echo "done! :)"
|