summaryrefslogtreecommitdiffstats
path: root/notFinishedCode
diff options
context:
space:
mode:
authortt412011-10-04 14:08:03 +0200
committertt412011-10-04 14:08:03 +0200
commitd2fc3d2420e63330ec5aedf788c812d8e51eb7db (patch)
tree76f5a9aa4c7820efa00c0534defea1229f2e14ae /notFinishedCode
parentMerge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftest (diff)
downloadgsm-selftest-d2fc3d2420e63330ec5aedf788c812d8e51eb7db.tar.gz
gsm-selftest-d2fc3d2420e63330ec5aedf788c812d8e51eb7db.tar.xz
gsm-selftest-d2fc3d2420e63330ec5aedf788c812d8e51eb7db.zip
set process name for beter handler
Diffstat (limited to 'notFinishedCode')
-rw-r--r--notFinishedCode/web/mutex1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/notFinishedCode/web/mutex1.php b/notFinishedCode/web/mutex1.php
index 7a92fe0..7d7c14a 100644
--- a/notFinishedCode/web/mutex1.php
+++ b/notFinishedCode/web/mutex1.php
@@ -49,7 +49,7 @@ if ($locking == '1') //1 means nobody is on the website
if($softwareRunning == '1') //1 means software is not started yet, start it
{
- exec("/usr/bin/python /var/www/server1.py > /dev/null 2>&1 &"); //start the software in background and don't wait for any output
+ exec("/usr/bin/python /var/www/server1.py > /dev/null2>&1 &"); //start the software in background and don't wait for any output
sleep(1); //sleep half second till the software starts
//the software should be running already and set the lock, now we test it and then connect to it!