Project

General

Profile

« Previous | Next » 

Revision dd462f3e

Added by Scott Ullrich almost 20 years ago

Use full path to hostapd (/usr/sbin/hostapd)

View differences:

etc/inc/interfaces.inc
480 480
					$fd = fopen("{$g['etc_path']}/hostapd_{$if}.conf", "w");
481 481
					fwrite($fd, "{$wpa}");
482 482
					fclose($fd);
483
					mwexec("hostpad -B {$g['etc_path']}/hostapd_{$if}.conf");
483
					mwexec("/usr/sbin/hostapd -B {$g['etc_path']}/hostapd_{$if}.conf");
484 484
				}				
485 485
				
486 486
                        break;

Also available in: Unified diff