setup: Fix path to probenic.sh script

This commit is contained in:
Michael Tremer
2014-08-14 12:52:11 +02:00
parent d2fafe0316
commit 6db1d94c20

View File

@@ -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);