diff --git a/runtime/node_ssh.go b/runtime/node_ssh.go index 12611b4..1dafbfa 100644 --- a/runtime/node_ssh.go +++ b/runtime/node_ssh.go @@ -83,7 +83,7 @@ func (n *Node) SSHUpdate(sshmgmt *ssh.Manager) bool { uci set wireless.priv_%s.ssid='offline-%s'; uci commit wireless;`, n.Hostname)) - runWifi = true + // runWifi = true <- not needed for offline-ssid } }