diff --git a/docker/headscale/prep.sh b/docker/headscale/prep.sh index 25449ec..26e2e24 100644 --- a/docker/headscale/prep.sh +++ b/docker/headscale/prep.sh @@ -42,7 +42,7 @@ download_and_process_config() { insert_env_placeholders() { - local config_file="/etc/headscale/config-example.yaml" + local config_file="/etc/headscale-example/config-example.yaml" if [[ ! -f "$config_file" ]]; then echo "Config file $config_file not found."