From 017c6dec051ac3a7681ccc5caade338abfb0fcd2 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 15 Nov 2021 19:59:24 +0100 Subject: [PATCH] Improve hostapd debugging --- conf/ynh-hotspot | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/ynh-hotspot b/conf/ynh-hotspot index 82623a9..2ab7869 100644 --- a/conf/ynh-hotspot +++ b/conf/ynh-hotspot @@ -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