Skip to content

Commit

Permalink
Uncomment clean up stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
florianrusch committed Nov 24, 2023
1 parent 6ef2759 commit 559b1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/HashiCorp-Vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ $ SOURCE_TOKEN=$(cat ./vault-token.txt) lb backup --config ./backup-config.yaml
To clean up everything afterwards, we just need to execute the following commands:

```shell
#$ docker-compose down
#$ rm -rf .data
$ docker-compose down
$ rm -rf .data
$ rm -rf backup-destination/vault-backup.snap
```

Expand Down

0 comments on commit 559b1fc

Please sign in to comment.