mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Remove SIGFILEBALL after creating sig
This commit is contained in:
parent
103966876d
commit
cf12f87027
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ function oncesigned { # $1 <-- INPFILE ; $2 <--SIGFILE
|
|||
echo `file $2`
|
||||
exit 1
|
||||
fi
|
||||
rm $SIGFILEBALL
|
||||
}
|
||||
|
||||
HERE=`dirname $0`
|
||||
|
|
|
|||
Loading…
Reference in a new issue