Update docker/headscale/start.sh
This commit is contained in:
parent
62585ffb4a
commit
78fa801643
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue