Update docker/headscale/prep.sh
This commit is contained in:
parent
0381777c41
commit
d956efddc7
|
@ -42,7 +42,7 @@ download_and_process_config() {
|
||||||
|
|
||||||
|
|
||||||
insert_env_placeholders() {
|
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
|
if [[ ! -f "$config_file" ]]; then
|
||||||
echo "Config file $config_file not found."
|
echo "Config file $config_file not found."
|
||||||
|
|
Loading…
Reference in New Issue