Update runtime/node_ssh.go: fix format string

Co-Authored-By: genofire <geno+dev@fireorbit.de>
This commit is contained in:
Oliver Gerlich 2019-07-01 17:23:06 +02:00 committed by GitHub
parent f9625dfdaa
commit 695bdc8a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ func (n *Node) SSHUpdate(sshmgmt *ssh.Manager) bool {
ssh.Execute(n.Address, client, fmt.Sprintf(`
uci set wireless.priv_%s.ssid='offline-%s';
uci commit wireless;`,
n.Hostname))
radio, n.Hostname))
// runWifi = true <- not needed for offline-ssid
}
}