From 23c60d5f3fabd15f38ba0495b1f20f0f82e0a04f Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 7 Feb 2019 12:05:38 -0800 Subject: [PATCH] Remove unnecessary sleep. --- autocert/examples/hello-mtls/nginx/entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/autocert/examples/hello-mtls/nginx/entrypoint.sh b/autocert/examples/hello-mtls/nginx/entrypoint.sh index 2a7c9686..c3b3e7b5 100755 --- a/autocert/examples/hello-mtls/nginx/entrypoint.sh +++ b/autocert/examples/hello-mtls/nginx/entrypoint.sh @@ -1,8 +1,5 @@ #!/bin/sh -# Wait for renewer -sleep 10 - # watch for the update of the cert and reload nginx /src/certwatch.sh &