| Current Path : /proc/thread-self/cwd/scripts/ |
| Current File : //proc/thread-self/cwd/scripts/noded.sh |
#!/bin/sh
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib64
sleep 1
if ! /usr/bin/pgrep -x "node" > /dev/null
then
echo "Node is stopped... Restart now!"
cd /hdd/hdd21/my5/git/my5-backend/
npm start
else
echo "Working"
fi