6 lines
93 B
Bash
Executable file
6 lines
93 B
Bash
Executable file
#!/bin/bash
|
|
source /opt/scripts/restic/restic.env
|
|
|
|
restic mount /mnt/restic
|
|
|
|
echo "done! :)"
|