chore: rename func name

This commit is contained in:
Larvan2
2023-08-30 15:52:41 +08:00
parent 9536372cfb
commit d099375200
2 changed files with 3 additions and 3 deletions

View File

@ -41,5 +41,5 @@ func upgrade(w http.ResponseWriter, r *http.Request) {
f.Flush()
}
go runRestart(execPath)
go restartExecutable(execPath)
}