fix(regex): delete ready file after detection
This commit is contained in:
parent
4f215037a1
commit
3db9d84b63
|
@ -31,6 +31,7 @@ func doEditor() error {
|
|||
if err != nil {
|
||||
log.Error(err)
|
||||
}
|
||||
os.Remove("/tmp/regex.ready")
|
||||
log.Infof("SessionID: %s", string(content))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue