We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4af9a7a + 84549cb commit f6af03cCopy full SHA for f6af03c
src/windows-connect.js
@@ -37,7 +37,7 @@ function connectToWifi(config, ap, callback) {
37
})
38
.then(function() {
39
return execCommand(
40
- 'netsh wlan add profile filename="' + ap.ssid + '.xml"'
+ 'netsh wlan add profile filename="nodeWifiConnect.xml"'
41
);
42
43
0 commit comments