Remove SIGFILEBALL after creating sig

This commit is contained in:
Brad Warren 2016-03-01 13:16:19 -08:00
parent 103966876d
commit cf12f87027

View file

@ -42,6 +42,7 @@ function oncesigned { # $1 <-- INPFILE ; $2 <--SIGFILE
echo `file $2`
exit 1
fi
rm $SIGFILEBALL
}
HERE=`dirname $0`