diff --git a/docker/headscale/start.sh b/docker/headscale/start.sh index 57d2b79..4014608 100644 --- a/docker/headscale/start.sh +++ b/docker/headscale/start.sh @@ -1,7 +1,8 @@ #!/bin/bash - +echo loading start.sh replace_config_values() { - local config_template="/etc/headscale/config-example.yaml" + echo replacing configuration values + local config_template="/etc/headscale-example/config-example.yaml" local config_output="/etc/headscale/config.yaml" # Default values @@ -59,4 +60,8 @@ replace_config_values() { # Run the function to replace variables and start headscale replace_config_values +echo configuration implementation system finished. +cat /etc/headscale/config.yaml + +echo launching headscale. headscale