use colons
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
echo "Generating templated files"
|
echo "Generating templated files"
|
||||||
gomplate=${pkgs.gomplate}/bin/gomplate
|
gomplate=${pkgs.gomplate}/bin/gomplate
|
||||||
printf '{"db_hostname"="%s","web_hostname"="%s"}' \
|
printf '{"db_hostname":"%s","web_hostname":"%s"}' \
|
||||||
"${opts.database-hostname}" \
|
"${opts.database-hostname}" \
|
||||||
"${opts.default-nginx.hostname}" | $gomplate \
|
"${opts.default-nginx.hostname}" | $gomplate \
|
||||||
--input-dir=${k3sDir} \
|
--input-dir=${k3sDir} \
|
||||||
|
|||||||
Reference in New Issue
Block a user