fix(regex): delete ready file after detection

This commit is contained in:
Castor Regex 2025-08-25 11:57:20 -05:00 committed by Jeff Carr
parent 4f215037a1
commit 3db9d84b63
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ func doEditor() error {
if err != nil { if err != nil {
log.Error(err) log.Error(err)
} }
os.Remove("/tmp/regex.ready")
log.Infof("SessionID: %s", string(content)) log.Infof("SessionID: %s", string(content))
} }
} }