Administration: can edit exercices

This commit is contained in:
nemunaire 2014-01-14 16:14:31 +01:00
commit aeb4b5dd52
9 changed files with 138 additions and 31 deletions

View file

@ -1,5 +1,6 @@
#!/bin/sh
rm /tmp/stop
cd `dirname "$0"`
if [ "$UID" = "0" ]
@ -14,7 +15,7 @@ tail -f ./logs/checks.log &
FULLREGEN=0
while true;
while ! [ -f /tmp/stop ];
do
if [ "$FULLREGEN" != "0" ]
then