mirror of
https://github.com/gryf/wicd.git
synced 2025-12-27 00:42:31 +01:00
Always scan when the daemon starts.
Remove old init scripts.
This commit is contained in:
@@ -115,7 +115,7 @@ class WicdDaemon(dbus.service.Object):
|
||||
if not auto_connect:
|
||||
print "--no-autoconnect detected, not autoconnecting..."
|
||||
self.SetForcedDisconnect(True)
|
||||
self.wireless_bus.Scan()
|
||||
self.wireless_bus.Scan()
|
||||
|
||||
def get_debug_mode(self):
|
||||
return self._debug_mode
|
||||
|
||||
Reference in New Issue
Block a user