Commit bc1a0f7
fix(scripts): findNodeProcess compatible busybox ps command (#5874)
Fixed an error when executing the `npm stop` command within the Alpine
Node.js container in Kubernetes.
Error
```
$ npm stop
> nfb@1.0.0 stop
> egg-scripts stop --title=NFB
[egg-scripts] stopping egg application with --title=NFB
1 parent a8a7572 commit bc1a0f7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments