Commit c2489d0a authored by nico baruna's avatar nico baruna

Revert "fix package.json"

This reverts commit 23d7b1e2.
parent 23d7b1e2
...@@ -67,7 +67,7 @@ func Shellout(command string) (error, string, string) { ...@@ -67,7 +67,7 @@ func Shellout(command string) (error, string, string) {
} }
func Native() { func Native() {
err, out, errout := Shellout("pm2 restart 1") err, out, errout := Shellout("pm2 restart 0")
if err != nil { if err != nil {
log.Printf("error: %v\n", err) 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