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