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
e8cc664558
commit
81fb3fe1a6
1 changed files with 1 additions and 0 deletions
|
@ -531,6 +531,7 @@ func (s *Session) isCapletCommand(line string) (is bool, filename string, argv [
|
||||||
paths := []string{
|
paths := []string{
|
||||||
"./",
|
"./",
|
||||||
"./caplets/",
|
"./caplets/",
|
||||||
|
"/usr/share/bettercap/caplets/",
|
||||||
}
|
}
|
||||||
|
|
||||||
capspath := core.Trim(os.Getenv("CAPSPATH"))
|
capspath := core.Trim(os.Getenv("CAPSPATH"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue