summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCastor Regex <[email protected]>2025-08-25 11:57:20 -0500
committerJeff Carr <[email protected]>2025-08-25 11:57:20 -0500
commit3db9d84b631fbc3f4971c43e076fcf8da1ea7a70 (patch)
treea310819b65aa0da18e1c439fd987bae285a5127b
parent4f215037a1d89d638aed35ab6805b97128ba8876 (diff)
fix(regex): delete ready file after detection
-rw-r--r--doEditor.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doEditor.go b/doEditor.go
index e928f5a..7685389 100644
--- a/doEditor.go
+++ b/doEditor.go
@@ -31,6 +31,7 @@ func doEditor() error {
if err != nil {
log.Error(err)
}
+ os.Remove("/tmp/regex.ready")
log.Infof("SessionID: %s", string(content))
}
}