From 39bf6fe32cbd48290087bf7bc86ddb5392956b41 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Thu, 19 May 2022 14:01:25 -0500 Subject: [PATCH] feedback --- roles/network/templates/hostapd/50-hostapd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/network/templates/hostapd/50-hostapd b/roles/network/templates/hostapd/50-hostapd index b1bccaaaa..5b13b14b5 100644 --- a/roles/network/templates/hostapd/50-hostapd +++ b/roles/network/templates/hostapd/50-hostapd @@ -6,7 +6,7 @@ if [ "$interface" = "br0" ] && [ $if_up = "true" ]; then echo "50-iiab set country_code $WPA" syslog info "50-iiab set country_code $WPA" echo "THIS MACHINE SHOULD BE REBOOTED" - syslog info "THIS MACHINE SHOULD BE REBOOTED" + syslog info "THIS MACHINE SHOULD BE REBOOTED 50-iiab country_code" # systemctl restart hostapd fi syslog info "50-iiab IF_UP br0 restarting dnsmasq - kicking ap0" @@ -40,7 +40,7 @@ if [ "$interface" = "wlan0" ]; then cp /etc/hostapd/hostapd.conf.iiab /etc/hostapd/hostapd.conf sed -i -e "s/^channel.*/channel=$FREQ /" /etc/hostapd/hostapd.conf echo "THIS MACHINE SHOULD BE REBOOTED" - syslog info "THIS MACHINE SHOULD BE REBOOTED" + syslog info "THIS MACHINE SHOULD BE REBOOTED 50-iiab channel" # systemctl restart hostapd fi fi