#!/bin/sh

# WARNING: This files contents will be replaced during fixpack installation,
# changes will not be retained.


PLG_BIN_HOME=${PWD}
. ${PLG_BIN_HOME}/gsk_envvars
if [ $# -eq 0 ]; then
  exec ${JAVA_HOME}/bin/ikeycmd -DADD_CMS_SERVICE_PROVIDER_ENABLED=true -Djava.security.properties=$IHS_SERVER_ROOT/conf/java.security.append -help
else
  exec ${JAVA_HOME}/bin/ikeycmd -DADD_CMS_SERVICE_PROVIDER_ENABLED=true -Djava.security.properties=$IHS_SERVER_ROOT/conf/java.security.append "$@"
fi
 