diff --git a/docker/headscale/prep.sh b/docker/headscale/prep.sh index 9187361..25449ec 100644 --- a/docker/headscale/prep.sh +++ b/docker/headscale/prep.sh @@ -21,7 +21,7 @@ strip_yaml_comments() { download_and_process_config() { local url="https://raw.githubusercontent.com/juanfont/headscale/main/config-example.yaml" - local target_dir="/etc/headscale" + local target_dir="/etc/headscale-example" local target_file="${target_dir}/config-example.yaml" # Create target directory if it does not exist