Merge pull request #575 from OpenVPN/release/3.0
update python call, remove test pki on build
This commit is contained in:
commit
92d8491160
@ -63,6 +63,12 @@ dist_clean() {
|
||||
"$DISTCLEAN"
|
||||
rm -rf "$DIST_ROOT" || die "dist_clean failed to rm"
|
||||
fi
|
||||
# remove any test pki paths in easyrsa path
|
||||
|
||||
if [ -d "easyrsa3/pki" ]; then
|
||||
echo "Found test pki, removing..."
|
||||
rm -rf easyrsa3/pki
|
||||
fi
|
||||
mkdir -p "$DIST_ROOT" || die "dist_clean failed to mkdir"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user