#!/bin/sh

SCRIPT_DIR=$(dirname "${0}")

# custom truststore configuration
mkdir -p "${KOGITO_HOME}"/launch/
cp -v "${SCRIPT_DIR}"/added/* "${KOGITO_HOME}"/launch/
chmod +x-w "${KOGITO_HOME}"/launch/configure-custom-truststore.sh