We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced1eb7 commit 6aae32bCopy full SHA for 6aae32b
common-functions
@@ -456,7 +456,7 @@ service_info() {
456
local flag_map=(
457
"--config-dir: ${SERVICE_ROOT}/${PLUGIN_CONFIG_SUFFIX}"
458
"--config-options: $(cat "$SERVICE_ROOT/CONFIG_OPTIONS")"
459
- "--createdb-options: $(cat "$SERVICE_ROOT/CREATEDB_OPTIONS")"
+ "--createdb-options: ${CREATEDB_OPTIONS}"
460
"--data-dir: ${SERVICE_ROOT}/data"
461
"--dsn: ${SERVICE_URL}"
462
"--exposed-ports: $(service_exposed_ports "$SERVICE")"
0 commit comments