Administration: can edit exercices
This commit is contained in:
parent
868e3403ee
commit
aeb4b5dd52
9 changed files with 138 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue