mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
Improve hostapd debugging
This commit is contained in:
parent
a6a9ff29c6
commit
017c6dec05
1 changed files with 1 additions and 0 deletions
|
@ -387,6 +387,7 @@ case "$1" in
|
||||||
start_hostapd ${i}
|
start_hostapd ${i}
|
||||||
|
|
||||||
if [ ! $? -eq 0 ]; then
|
if [ ! $? -eq 0 ]; then
|
||||||
|
journalctl -u hostapd -n 100 --no-hostname --no-pager
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue