1
0
Fork 0
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:
Alexandre Aubin 2021-11-15 19:59:24 +01:00 committed by GitHub
parent a6a9ff29c6
commit 017c6dec05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -387,6 +387,7 @@ case "$1" in
start_hostapd ${i}
if [ ! $? -eq 0 ]; then
journalctl -u hostapd -n 100 --no-hostname --no-pager
exit 1
fi