Update docker/headscale/prep.sh
This commit is contained in:
parent
3441247ccb
commit
46edfbfeed
|
@ -21,7 +21,7 @@ strip_yaml_comments() {
|
||||||
|
|
||||||
download_and_process_config() {
|
download_and_process_config() {
|
||||||
local url="https://raw.githubusercontent.com/juanfont/headscale/main/config-example.yaml"
|
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"
|
local target_file="${target_dir}/config-example.yaml"
|
||||||
|
|
||||||
# Create target directory if it does not exist
|
# Create target directory if it does not exist
|
||||||
|
|
Loading…
Reference in New Issue