We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14f88c9 + 67b28a7 commit 64849f6Copy full SHA for 64849f6
update.go
@@ -60,5 +60,5 @@ func updateHandler(c *gin.Context) {
60
}
61
62
c.JSON(200, gin.H{"success": "Please wait a moment while the agent reboots itself"})
63
- restart(path)
+ go restart(path)
64
0 commit comments