diff options
-rwxr-xr-x | lifeboat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ shift test -d "$LIFEBOAT_ROOT/$repo" || errx "$repo: no such repository" -export PATH="$HOME/bin:$PATH" +export PATH=$HOME/bin:$PATH export LIFEBOAT_REPO_NAME=$repo export RESTIC_REPOSITORY=$LIFEBOAT_ROOT/$repo/repo export RESTIC_PASSWORD_FILE=$LIFEBOAT_ROOT/$repo/credentials/restic |