mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Increased sleep value
This commit is contained in:
parent
192a849cd5
commit
6cf96fd65d
@ -28,9 +28,9 @@ function DisplayHostAPDConfig()
|
|||||||
if (CSRFValidate()) {
|
if (CSRFValidate()) {
|
||||||
$status->addMessage('Attempting to start hotspot', 'info');
|
$status->addMessage('Attempting to start hotspot', 'info');
|
||||||
if ($arrHostapdConf['WifiAPEnable'] == 1) {
|
if ($arrHostapdConf['WifiAPEnable'] == 1) {
|
||||||
exec('sudo /etc/raspap/hostapd/servicestart.sh --interface uap0 --seconds 3', $return );
|
exec('sudo /etc/raspap/hostapd/servicestart.sh --interface uap0 --seconds 5', $return );
|
||||||
} else {
|
} else {
|
||||||
exec( 'sudo /etc/raspap/hostapd/servicestart.sh --seconds 3', $return );
|
exec( 'sudo /etc/raspap/hostapd/servicestart.sh --seconds 5', $return );
|
||||||
}
|
}
|
||||||
foreach( $return as $line ) {
|
foreach( $return as $line ) {
|
||||||
$status->addMessage($line, 'info');
|
$status->addMessage($line, 'info');
|
||||||
|
Loading…
Reference in New Issue
Block a user