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
d4339262
Unverified
Commit
d4339262
authored
Feb 17, 2018
by
neil
Committed by
GitHub
Feb 17, 2018
Browse files
Merge pull request #1273 from jlduran/add-strongswan-freebsd
Add support for strongSwan deploys in FreeBSD
parents
aa831fee
fac0beaa
Changes
1
Show whitespace changes
Inline
Side-by-side
deploy/strongswan.sh
View file @
d4339262
...
...
@@ -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