diff --git a/entrypoint.sh b/entrypoint.sh index 9f5d784..34605b8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/sh set -e -while [ ! -e $1 ]; do +while [ ! -e /server-secrets/ipsec.conf ]; do sleep 1 done curl -X DELETE http://127.0.0.1:2001/api/by-service/strongswan