mirror of
https://github.com/Unitech/pm2.git
synced 2026-01-18 16:03:48 +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 |