Fix deb-to-kali.sh

This commit is contained in:
David Tomaschik
2016-07-24 12:01:17 -07:00
parent 2baead04ef
commit aeb2e89755

View File

@@ -6,7 +6,7 @@ if [ `whoami` != "root" ] ; then
fi fi
BASEDIR=`dirname $0` BASEDIR=`dirname $0`
if ! -f ${BASEDIR}/keys/gpg/kali-repo.key ; then if ! test -f ${BASEDIR}/keys/gpg/kali-repo.key ; then
echo "Couldn't find key, are you in the right place?" >&2 echo "Couldn't find key, are you in the right place?" >&2
exit 1 exit 1
fi fi