mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +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))
|
||||
{
|
||||
mysystem("/bin/probenic.sh");
|
||||
mysystem("/usr/bin/probenic.sh");
|
||||
if( (fp = fopen(SCANNED_NICS, "r")) == NULL )
|
||||
{
|
||||
fprintf(stderr,"Couldn't open "SCANNED_NICS);
|
||||
|
||||
Reference in New Issue
Block a user