diff options
-rwxr-xr-x | lifeboat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ test $# -lt 2 && usage repo=$1 shift -test -d "$repo" || errx "$repo: no such repository" +test -d "$rootdir/$repo" || errx "$repo: no such repository" export LIFEBOAT_REPO_NAME=$repo export RESTIC_REPOSITORY=$rootdir/$repo/repo |