mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
revise feedback
This commit is contained in:
parent
5a0a37d064
commit
50ad0de6be
2 changed files with 3 additions and 3 deletions
|
@ -19,11 +19,11 @@ fi
|
|||
|
||||
OS="unknown" # will be overridden below, if /etc/iiab/iiab.env is legit
|
||||
if [ -f /etc/iiab/iiab.env ]; then
|
||||
echo "Running /etc/iiab/iiab.env"
|
||||
echo "Reading /etc/iiab/iiab.env"
|
||||
source /etc/iiab/iiab.env
|
||||
fi
|
||||
|
||||
echo "Ansible will now run iiab-network.yml -- monitor log file iiab-network.log"
|
||||
echo "Ansible will now run iiab-network.yml -- log file is iiab-network.log"
|
||||
Start=`date`
|
||||
ansible-playbook -i ansible_hosts iiab-network.yml --connection=local
|
||||
End=`date`
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# (2) debian.yml, (3) rpi_debian.yml
|
||||
when: discovered_wireless_iface == iiab_wan_iface and not reboot_to_AP
|
||||
# EITHER WAY: hostapd_enabled's state is RECORDED into /etc/iiab/iiab.env
|
||||
# (happens just below) for later use by...
|
||||
# in hostapd.yml for later use by...
|
||||
# /usr/libexec/iiab-startup.sh, iiab-hotspot-off & iiab-hotspot-on
|
||||
#
|
||||
# Separate Idea, Not Without Risks: should WiFi-as-gateway detection logic
|
||||
|
|
Loading…
Reference in a new issue