mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
10 lines
191 B
Bash
10 lines
191 B
Bash
#!/usr/bin/env bash
|
|
|
|
SRC=$(cd $(dirname "$0"); pwd)
|
|
source "${SRC}/include.sh"
|
|
cd $file_path
|
|
|
|
$pm2 start server.js -i -100
|
|
should 'should have started 1 processes' 'online' 1
|
|
|
|
$pm2 delete all |