@@ -0,0 +1 @@
+#!/bin/bash
@@ -0,0 +1,6 @@
+#!/bin/sh
+cd /home/swooleProV2/dataInterface/commands/
+ps -ef | grep bootSetOnly | awk '{print $1}' | sort -n | head -n 1 | xargs kill
+sleep 1
+php bootSetOnly.php
+ps -ef | grep bootSetOnly
@@ -0,0 +1,7 @@
+ps -ef | grep bootHttp | awk '{print $1}' | sort -n | head -n 1 | xargs kill
+php bootHttp.php
+ps -ef | grep bootHttp