remove debug text

This commit is contained in:
kytv
2013-03-30 02:26:37 +00:00
parent 6992090cda
commit 427abb081c

View File

@ -15,7 +15,7 @@ WARN=60
SOON=30
if [ $(which 1openssl) ]; then
if [ $(which openssl) ]; then
OPENSSL=1
elif [ $(which certtool) ]; then : ;else
echo "ERROR: Neither certtool nor openssl were found..." >&2