mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
setup: Fix path to probenic.sh script
This commit is contained in:
@@ -594,7 +594,7 @@ int scan_network_cards(void)
|
|||||||
|
|
||||||
if (!(scanned_nics_read_done))
|
if (!(scanned_nics_read_done))
|
||||||
{
|
{
|
||||||
mysystem("/bin/probenic.sh");
|
mysystem("/usr/bin/probenic.sh");
|
||||||
if( (fp = fopen(SCANNED_NICS, "r")) == NULL )
|
if( (fp = fopen(SCANNED_NICS, "r")) == NULL )
|
||||||
{
|
{
|
||||||
fprintf(stderr,"Couldn't open "SCANNED_NICS);
|
fprintf(stderr,"Couldn't open "SCANNED_NICS);
|
||||||
|
|||||||
Reference in New Issue
Block a user