mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -07:00
Explicitly naming python for oui
This might just be an issue with Alpine linux in Docker, but referencing python with `./` notation even with `#!/usr/bin/python` declared would not execute the script.
This commit is contained in:
parent
1453ea78be
commit
45dcd3430a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ build: resources
|
||||||
resources: oui
|
resources: oui
|
||||||
|
|
||||||
oui:
|
oui:
|
||||||
@./network/make_oui.py
|
@python ./network/make_oui.py
|
||||||
|
|
||||||
vet:
|
vet:
|
||||||
@go vet ./...
|
@go vet ./...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue