11 lines
152 B
Bash
Executable File
11 lines
152 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Volumes
|
|
OMK_CONF="${VOLUMES_DIR}/openmapkit/omk_conf"
|
|
|
|
# Replacements
|
|
cat <<EOF >${OMK_CONF}/add-ca-cert.env
|
|
HOST=${HOST}
|
|
PORT=${PORT}
|
|
EOF
|