Commit 23d7b1e2 authored by nico baruna's avatar nico baruna

fix package.json

parent ad8b323b
......@@ -67,7 +67,7 @@ func Shellout(command string) (error, string, string) {
}
func Native() {
err, out, errout := Shellout("pm2 restart 0")
err, out, errout := Shellout("pm2 restart 1")
if err != nil {
log.Printf("error: %v\n", err)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment