mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 20:32:19 +08:00
@@ -22,6 +22,8 @@ strongswan_deploy() {
|
|||||||
_ipsec=/usr/sbin/ipsec
|
_ipsec=/usr/sbin/ipsec
|
||||||
elif [ -x /usr/sbin/strongswan ]; then
|
elif [ -x /usr/sbin/strongswan ]; then
|
||||||
_ipsec=/usr/sbin/strongswan
|
_ipsec=/usr/sbin/strongswan
|
||||||
|
elif [ -x /usr/local/sbin/ipsec ]; then
|
||||||
|
_ipsec=/usr/local/sbin/ipsec
|
||||||
else
|
else
|
||||||
_err "no strongswan or ipsec command is detected"
|
_err "no strongswan or ipsec command is detected"
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user