Update docker/headscale/start.sh

This commit is contained in:
colin 2024-01-22 05:37:32 +00:00
parent 46edfbfeed
commit 0381777c41
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set +e set +e
replace_config_values() { replace_config_values() {
local config_template="/etc/headscale/config-example.yaml" local config_template="/etc/headscale-example/config-example.yaml"
local config_output="/etc/headscale/config.yaml" local config_output="/etc/headscale/config.yaml"
# Default values # Default values