From 3bf982e84be43ed7fd5cbb80204d977d3aeeb5a8 Mon Sep 17 00:00:00 2001 From: Marvin Martinson Date: Sat, 1 May 2021 15:33:51 +0300 Subject: [PATCH] Fix PID handling for Dockerized instance --- entrypoint-openvpn.sh | 1 + entrypoint-strongswan.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/entrypoint-openvpn.sh b/entrypoint-openvpn.sh index a0f9328..a761cb9 100755 --- a/entrypoint-openvpn.sh +++ b/entrypoint-openvpn.sh @@ -1,4 +1,5 @@ #!/bin/sh +rm -fv /run/certidude/*.pid sleep 10 set -e $@ diff --git a/entrypoint-strongswan.sh b/entrypoint-strongswan.sh index a66918a..8421e04 100755 --- a/entrypoint-strongswan.sh +++ b/entrypoint-strongswan.sh @@ -1,4 +1,5 @@ #!/bin/sh +rm -fv /run/certidude/*.pid sleep 10 set -e $@