summaryrefslogtreecommitdiffstats
path: root/base/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'base/init.sh')
-rw-r--r--base/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/init.sh b/base/init.sh
index 98d653b..592d0a1 100644
--- a/base/init.sh
+++ b/base/init.sh
@@ -30,7 +30,7 @@ fi
sh $LOGGER LOG error "init started ..."
# TODO seams buggy FIXME
-LOCK="$JUDGE_PREFIX/judge.pid"
+LOCK="$JUDGE_PREFIX/init.pid"
while [ -e $LOCK ]
do
LOCK_PID=`cat $LOCK`