From aeb2e897558bd50e83b04d2ed2b93f1d891354d2 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sun, 24 Jul 2016 12:01:17 -0700 Subject: [PATCH] Fix deb-to-kali.sh --- deb-to-kali.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb-to-kali.sh b/deb-to-kali.sh index 4602fdd..a2758fa 100755 --- a/deb-to-kali.sh +++ b/deb-to-kali.sh @@ -6,7 +6,7 @@ if [ `whoami` != "root" ] ; then fi 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 exit 1 fi