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

Service renamed

This commit is contained in:
billz 2019-03-06 19:12:32 +00:00
parent 9e95863cce
commit b9ed8c472e

View File

@ -29,7 +29,7 @@ function DisplayHostAPDConfig()
$status->addMessage('Attempting to start hotspot', 'info');
if ($arrHostapdConf['WifiAPEnable'] == 1) {
//exec('sudo /etc/raspap/hostapd/servicesdisable.sh');
exec('sudo /etc/raspap/hostapd/servicesstart.sh', $return );
exec('sudo /etc/raspap/hostapd/servicestart.sh', $return );
} else {
exec( 'sudo /etc/init.d/hostapd start', $return );
}