mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 11:40:33 -07:00
fix: switched caplets folder to /usr/local/share/bettercap to keep cross OS compatibility (fixes bettercap/caplets/issues#25)
This commit is contained in:
parent
6df190a715
commit
3789b21ba1
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ type Caplet struct {
|
|||
var (
|
||||
CapletLoadPaths = []string{
|
||||
"./caplets/",
|
||||
"/usr/share/bettercap/caplets/",
|
||||
"/usr/local/share/bettercap/caplets/",
|
||||
}
|
||||
|
||||
cache = make(map[string]*Caplet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue