Update docker/headscale/start.sh

This commit is contained in:
colin 2024-01-22 03:28:54 +00:00
parent 62585ffb4a
commit 78fa801643
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ replace_config_values() {
done < "$config_template" > "$config_output" done < "$config_template" > "$config_output"
echo "Config file generated at $config_output" echo "Config file generated at $config_output"
cat $config_output
} }
# Run the function to replace variables and start headscale # Run the function to replace variables and start headscale