1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Added todo for restarting hostapd

This commit is contained in:
billz 2019-03-06 20:07:54 +00:00
parent 12a0675cad
commit 8a41731513

View File

@ -31,6 +31,8 @@ function DisplayHostAPDConfig()
//exec('sudo /etc/raspap/hostapd/servicesdisable.sh');
exec('sudo /etc/raspap/hostapd/servicestart.sh', $return );
} else {
// Todo: remove uap0 interface before switching back to wlan0, else IAID conflict with dhcpcd
// Stop/start dhcpd.service
exec( 'sudo /etc/init.d/hostapd start', $return );
}
foreach( $return as $line ) {