PM2 data path

This commit is contained in:
Tjatse 2014-12-31 18:48:09 +08:00
parent f5d0617cf4
commit eb33bcca6e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ echo -e ""
if [ ! -z "$TRAVIS" ]; then
export PM2_HOME="/home/travis/.pm2"
mkdir "$PM2_HOME"
cp "fixtures/conf.js" "$PM2_HOME/conf.js"
cp "$fixtures/conf.js" "$PM2_HOME/conf.js"
fi
bash ./test/bash/config.sh