mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-07-27 09:57:22 +00:00
fix _exists
This commit is contained in:
parent
82dc2244c0
commit
ce4be4e91e
2
acme.sh
2
acme.sh
@ -252,7 +252,7 @@ _exists() {
|
|||||||
eval type "$cmd" >/dev/null 2>&1
|
eval type "$cmd" >/dev/null 2>&1
|
||||||
elif command >/dev/null 2>&1; then
|
elif command >/dev/null 2>&1; then
|
||||||
command -v "$cmd" >/dev/null 2>&1
|
command -v "$cmd" >/dev/null 2>&1
|
||||||
elif which which >/dev/null 2>&1; then
|
else
|
||||||
which "$cmd" >/dev/null 2>&1
|
which "$cmd" >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
ret="$?"
|
ret="$?"
|
||||||
|
Loading…
Reference in New Issue
Block a user