mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 09:00:25 +00:00
Service renamed
This commit is contained in:
parent
9e95863cce
commit
b9ed8c472e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue