From 6efb18f99d1bebe35b9fecbea758da075932d20f Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 28 Dec 2023 13:26:46 -0600 Subject: [PATCH] remove unnecessary wait --- images/tailscale/start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/images/tailscale/start.sh b/images/tailscale/start.sh index 8847efb..9103a65 100644 --- a/images/tailscale/start.sh +++ b/images/tailscale/start.sh @@ -14,4 +14,3 @@ if [ -n "${TS_SERVE_PORT}" ]; then fi fi wait ${PID} -wait ${PID}