#!/bin/sh
#added by installer
Installpath=/usr/local/ExceedConnectionServer2008

# ###############################################################
# Exceed Connection Server 2008
# Copyright (c) 1997-2008 Hummingbird Ltd. All Rights Reserved.
# ###############################################################
# keymanager
# $Revision: 10408 $
# ###############################################################

keyfile=${Installpath}"/conf/admin/akeys"
touch $keyfile
exec ${Installpath}/bin/sys/keymgr $keyfile 
