Update docker/headscale/prep.sh

This commit is contained in:
colin 2024-01-22 05:41:43 +00:00
parent 0381777c41
commit d956efddc7
1 changed files with 1 additions and 1 deletions

View File

@ -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."