We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d710b2d commit 272cd49Copy full SHA for 272cd49
update.go
@@ -52,6 +52,7 @@ func updateHandler(c *gin.Context) {
52
return
53
}
54
55
+ c.JSON(200, gin.H{"success": "Please wait a moment while the agent reboots itself"})
56
path, _ := osext.Executable()
57
restart(path)
58
0 commit comments