vali 6 anni fa
parent
commit
0dc679a1d2
3 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  1. 1 0
      commands/dellogs.sh
  2. 6 0
      commands/start_SetOnly.sh
  3. 7 0
      commands/start_datainf.sh

+ 1 - 0
commands/dellogs.sh

@@ -0,0 +1 @@
+#!/bin/bash

+ 6 - 0
commands/start_SetOnly.sh

@@ -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

+ 7 - 0
commands/start_datainf.sh

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