mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 04:02:09 +08:00
format fix
This commit is contained in:
@@ -44,7 +44,7 @@ vault_deploy() {
|
||||
fi
|
||||
|
||||
VAULT_CMD=$(which vault)
|
||||
if [ ! $? ]; then
|
||||
if [ ! $? ]; then
|
||||
_err "cannot find vault binary!"
|
||||
return 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user