#!/bin/bash
#
# Copyright (C) 2005 Trusted Network Technologies, Inc.  All rights reserved.
#
 
INSTALLDIR=/opt/tnt/var/drivers/branded
BRANDOSX=/opt/tnt/bin/brand.osx
OSXDMGS=/opt/tnt/var/drivers/osx/ConnectorID-Key*.dmg
VERSION=6.5.0-3
                                                                                
# Brand the osx image
#
OUTPUT="install-ConnectorID-Key-$VERSION-OSX.dmg"
$BRANDOSX -i $OSXDMGS -o $INSTALLDIR/$OUTPUT

