Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
fac0beaa
Unverified
Commit
fac0beaa
authored
Feb 16, 2018
by
Jose Luis Duran
Browse files
Add support for strongSwan deploys in FreeBSD
Related to
8ea80020
parent
d5865989
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/strongswan.sh
View file @
fac0beaa
...
...
@@ -22,6 +22,8 @@ strongswan_deploy() {
_ipsec
=
/usr/sbin/ipsec
elif
[
-x
/usr/sbin/strongswan
]
;
then
_ipsec
=
/usr/sbin/strongswan
elif
[
-x
/usr/local/sbin/ipsec
]
;
then
_ipsec
=
/usr/local/sbin/ipsec
else
_err
"no strongswan or ipsec command is detected"
return
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment