mixio 1.10.0

This commit is contained in:
Eason010212
2023-03-10 19:00:15 +08:00
parent 3a8d189f6d
commit 1ff7bd83fe

View File

@@ -1909,7 +1909,7 @@ if (args.length != 1) {
else
{
console.log("Shutting down MixIO server...")
exec('killall node', function(err, stdout, stderr) {
exec('pkill node', function(err, stdout, stderr) {
if (err) {
console.log(err)
}
@@ -1930,7 +1930,7 @@ if (args.length != 1) {
else
{
console.log("Shutting down MixIO server...")
exec('killall mixio', function(err, stdout, stderr) {
exec('pkill mixio', function(err, stdout, stderr) {
if (err) {
console.log(err)
}