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