Skip to content

Commit

Permalink
run upscript async
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Dietzer committed Aug 4, 2018
1 parent 5add480 commit b1826db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func main() {
panic(err)
}

runEventScript(upScript, "up", cRemoteNet, iface)
go runEventScript(upScript, "up", cRemoteNet, iface)

return nil
})
Expand Down

0 comments on commit b1826db

Please sign in to comment.