mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 12:07:54 +00:00
Fixed typo in a comment (#5868)
This commit is contained in:
committed by
Brian Kassouf
parent
e883087713
commit
e08300ad3a
@@ -8,7 +8,7 @@ set -e
|
|||||||
#
|
#
|
||||||
# 1. Vault has been checked out at an appropriate version and built
|
# 1. Vault has been checked out at an appropriate version and built
|
||||||
# 2. vault executable is in your path
|
# 2. vault executable is in your path
|
||||||
# 3. Vault isn't alredy running
|
# 3. Vault isn't already running
|
||||||
|
|
||||||
echo "Starting Vault..."
|
echo "Starting Vault..."
|
||||||
if pgrep -x "vault" > /dev/null
|
if pgrep -x "vault" > /dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user