mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
9f390a722f
commit
480f0daa8d
4 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
sysCtlParser = regexp.MustCompile("([^:]+):\\s*(.+)")
|
||||
sysCtlParser = regexp.MustCompile(`([^:]+):\s*(.+)`)
|
||||
pfFilePath = fmt.Sprintf("/tmp/bcap_pf_%d.conf", os.Getpid())
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue