amélioration du lock.
This commit is contained in:
parent
ef311d8170
commit
31e9c227f3
1 changed files with 3 additions and 2 deletions
|
@ -46,5 +46,6 @@ sub Usage() {
|
|||
exit;
|
||||
}
|
||||
|
||||
close LOCK;
|
||||
unlink "/tmp/evoauth.lock";
|
||||
END {
|
||||
unlink "/tmp/evoauth.lock";
|
||||
}
|
||||
|
|
Reference in a new issue