parent
2241adfcf0
commit
bec09851bf
@ -223,4 +223,7 @@ func (e *Executor) releaseFileLock() {
|
||||
if err := e.flock.Unlock(); err != nil {
|
||||
e.debugf("Failed to unlock on file: %s", err)
|
||||
}
|
||||
if err := os.Remove(e.flock.Path()); err != nil {
|
||||
e.debugf("Failed to remove lock file: %s", err)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user