From e89ed2cfa2ce08dc505fb16b2bda659519a36b15 Mon Sep 17 00:00:00 2001 From: Kristian Haugene Date: Fri, 30 Mar 2018 18:49:33 +0200 Subject: [PATCH] Wait a bit before requesting port #381 --- transmission/updatePort.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/transmission/updatePort.sh b/transmission/updatePort.sh index 990ef761b..e79c816c6 100755 --- a/transmission/updatePort.sh +++ b/transmission/updatePort.sh @@ -1,5 +1,8 @@ #! /bin/sh +echo "Wait for tunnel to be fully initialized and PIA is ready to give us a port" +sleep 15 + # Source our persisted env variables from container startup . /etc/transmission/environment-variables.sh