pm2/scripts/postinstall.sh
2014-08-18 19:34:02 +02:00

12 lines
138 B
Bash

#!/bin/sh
bash ./scripts/ping.js
if [ $? -eq 0 ]
then
bash ./scripts/kill.js
./bin/pm2 resurrect
exit 0;
else
exit 0;
fi