CanonicalLtd / UCWifiConnect

The code of this project has been moved to https://code.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/wifi-connect
GNU General Public License v3.0
2 stars 2 forks source link

fixes #38 in which stop failed due to wait in first daemon loop #40

Closed knitzsche closed 7 years ago

knitzsche commented 7 years ago

Start the daemon first loop code more cleanly by removing the flag files before the wait-for-external-networks to connect. Thus on entering loop after this, if the daemon has been stopped, the stop file is found and the daemon loop enters manual mode.