From 91ba55201c048ba221c9b017d993b56a4e7aa518 Mon Sep 17 00:00:00 2001 From: jarrett Date: Thu, 20 Aug 2009 11:39:38 +0200 Subject: [PATCH] Story Id: 964068 Code Merge For Vista --- bin/schedulerTask.sh | 6 ++++++ setup/wizard/output/outJV | 3 +++ setup/wizard/shells/javaVersion.sh | 2 ++ 3 files changed, 11 insertions(+), 0 deletions(-) create mode 100755 bin/schedulerTask.sh create mode 100644 setup/wizard/output/outJV create mode 100644 setup/wizard/shells/javaVersion.sh diff --git a/bin/schedulerTask.sh b/bin/schedulerTask.sh new file mode 100755 index 0000000..a2080b4 --- /dev/null +++ b/bin/schedulerTask.sh @@ -0,0 +1,6 @@ +#!/bin/sh +cd /var/www/installers/knowledgetree/bin/ +while true; do +php -Cq scheduler.php +sleep 30 +done \ No newline at end of file diff --git a/setup/wizard/output/outJV b/setup/wizard/output/outJV new file mode 100644 index 0000000..9c8921a --- /dev/null +++ b/setup/wizard/output/outJV @@ -0,0 +1,3 @@ +java version "1.6.0_14" +Java(TM) SE Runtime Environment (build 1.6.0_14-b08) +Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing) diff --git a/setup/wizard/shells/javaVersion.sh b/setup/wizard/shells/javaVersion.sh new file mode 100644 index 0000000..bf7922f --- /dev/null +++ b/setup/wizard/shells/javaVersion.sh @@ -0,0 +1,2 @@ +#!/bin/bash +java -version > output/outJV 2>&1 echo $! \ No newline at end of file -- libgit2 0.21.4