start_datainf.sh 226 B

1234567
  1. #!/bin/sh
  2. cd /home/swooleProV2/dataInterface/commands/
  3. ps -ef | grep bootHttp | grep -v 'grep'| awk '{print $1}' | sort -n | head -n 1 | sed 's/root//' | xargs kill
  4. sleep 1
  5. php bootHttp.php
  6. sleep 1
  7. ps -ef | grep bootHttp