#!/bin/sh
#
# Copyright 2019-2020 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.
#

OPENDJ_INVOKE_CLASS="org.opends.server.tools.dsbackup.DsBackup"
export OPENDJ_INVOKE_CLASS

SCRIPT_NAME="dsbackup"
export SCRIPT_NAME

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