Added vault init, destroy, start and unseal scritps.
This commit is contained in:
7
bin/vault-clear
Executable file
7
bin/vault-clear
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && cd .. && pwd)"
|
||||
|
||||
rm -rf $REPO_ROOT/{config,data,log}
|
||||
Reference in New Issue
Block a user