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:
parent
9e95863cce
commit
b9ed8c472e
@ -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 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user