summaryrefslogtreecommitdiffstats
path: root/contrib/zkt/examples/dnssec-signer.sh
blob: ee4bfc03da1a945bba4a07c004018be1f60c7085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
#	Shell script to start the dnssec-signer
#	command out of the example directory
#

if test ! -f dnssec.conf
then
	echo Please start this skript out of the flat or hierarchical sub directory
	exit 1
fi
ZKT_CONFFILE=`pwd`/dnssec.conf ../../dnssec-signer "$@"