update path for mounting plugin (#6351)

This commit is contained in:
Becca Petrin 2019-03-06 15:57:03 -08:00 committed by GitHub
parent 66734fb03c
commit 54c70efd88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:
```text
$ vault write sys/plugins/catalog/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
sha256="..." \
command=vault-plugin-database-oracle
```