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