We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3b163 commit 2f9dc63Copy full SHA for 2f9dc63
chipper/pkg/wirepod/setup/ssh.go
@@ -117,7 +117,7 @@ func SetupBotViaSSH(ip string, key []byte) error {
117
return doErr(err, "copying server-config.json")
118
}
119
scpClient.Session.Close()
120
- if runtime.GOOS != "android" {
+ if runtime.GOOS != "android" || !vars.Packaged {
121
cloud, err := os.Open("../vector-cloud/build/vic-cloud")
122
if err != nil {
123
return doErr(err, "transferring new vic-cloud")
0 commit comments