diff options
| author | Castor Regex <[email protected]> | 2025-08-25 11:57:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-25 11:57:20 -0500 |
| commit | 3db9d84b631fbc3f4971c43e076fcf8da1ea7a70 (patch) | |
| tree | a310819b65aa0da18e1c439fd987bae285a5127b /doEditor.go | |
| parent | 4f215037a1d89d638aed35ab6805b97128ba8876 (diff) | |
fix(regex): delete ready file after detection
Diffstat (limited to 'doEditor.go')
| -rw-r--r-- | doEditor.go | 1 |
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)) } } |
