mirror of
https://github.com/Febbweiss/CloudBudget.git
synced 2026-03-04 22:35:38 +00:00
Fix: right way to kill process
This commit is contained in:
@@ -26,6 +26,6 @@
|
||||
"scripts": {
|
||||
"test": "NODE_ENV=test mocha",
|
||||
"start": "app.js",
|
||||
"stop": "pkill --signal SIGINT CloudBudget"
|
||||
"stop": "pkill -SIGINT CloudBudget"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user