From cf12f8702761a14ce55d89a2f75c23a996032c83 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 1 Mar 2016 13:16:19 -0800 Subject: [PATCH] Remove SIGFILEBALL after creating sig --- tools/offline-sigrequest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/offline-sigrequest.sh b/tools/offline-sigrequest.sh index 7706796ef..08a5c4c05 100755 --- a/tools/offline-sigrequest.sh +++ b/tools/offline-sigrequest.sh @@ -42,6 +42,7 @@ function oncesigned { # $1 <-- INPFILE ; $2 <--SIGFILE echo `file $2` exit 1 fi + rm $SIGFILEBALL } HERE=`dirname $0`