Skip to content

Commit

Permalink
ipsec: custom directory not recognized, github issue #44
Browse files Browse the repository at this point in the history
  • Loading branch information
bleve committed Nov 12, 2015
1 parent e53f062 commit 709e2a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/ipsec/ipsec.in
Expand Up @@ -239,6 +239,7 @@ case "${1}" in
else
IPSEC_NSSDIR="${2}"
fi
IPSEC_NSSDIR_SQL="sql:${IPSEC_NSSDIR}"
fi
if [ ! -d "${IPSEC_NSSDIR}" ]; then
mkdir -p "${IPSEC_NSSDIR}"
Expand Down

0 comments on commit 709e2a9

Please sign in to comment.