aboutsummaryrefslogtreecommitdiffstats
path: root/lifeboat
diff options
context:
space:
mode:
Diffstat (limited to 'lifeboat')
-rwxr-xr-xlifeboat2
1 files changed, 1 insertions, 1 deletions
diff --git a/lifeboat b/lifeboat
index 244f732..65a8688 100755
--- a/lifeboat
+++ b/lifeboat
@@ -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