wifimngr: 05-wifi: publish wps over fronthauls when eth connected

This commit is contained in:
Jakob Olsson 2021-10-22 16:51:41 +02:00
parent f459eaafb9
commit 40a1a45412

View file

@ -57,6 +57,11 @@ supp_status() {
return
fi
if [ -f "/tmp/map.agent.bsta_global_disable" ]; then
echo "CONFIGURED"
return
fi
echo "UNCONFIGURED"
}