From 78fa801643fd489c496823f27a4651b4ce1cff39 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 22 Jan 2024 03:28:54 +0000 Subject: [PATCH] Update docker/headscale/start.sh --- docker/headscale/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/headscale/start.sh b/docker/headscale/start.sh index ca897ca..41c17a6 100644 --- a/docker/headscale/start.sh +++ b/docker/headscale/start.sh @@ -56,6 +56,7 @@ replace_config_values() { done < "$config_template" > "$config_output" echo "Config file generated at $config_output" + cat $config_output } # Run the function to replace variables and start headscale