Modifying the tibemscreateimage EMS Docker Image Build Script
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.
…
if [[ \$# -ge 1 ]]; then
PARAMS=\$*
else
tibemsd_seed
PARAMS="-config /shared/ems/config/\$EMS_SERVICE_NAME.json -ssl_pass
word \`cat /etc/secret/ssl_password\`"
fi
…