#!/bin/sh
#
# Copyright 2019 ForgeRock AS. All Rights Reserved
#
# Use of this code requires a commercial software license with ForgeRock AS.
# or with one of its affiliates. All use shall be exclusively subject
# to such license between the licensee and ForgeRock AS.
#

# This script may be used to configure profiles in an offline OpenDJ server instance.
OPENDJ_INVOKE_CLASS="org.forgerock.opendj.setup.cli.SetupProfileCli"
export OPENDJ_INVOKE_CLASS

SCRIPT_NAME="setup-profile"
export SCRIPT_NAME

SCRIPT_DIR=`dirname "${0}"`
"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
