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