Add socket communication
This commit is contained in:
parent
dee5b5fbb7
commit
2b27340b46
5 changed files with 96 additions and 15 deletions
|
|
@ -15,11 +15,11 @@ tail -f ./logs/checks.log &
|
|||
|
||||
TMPF=`mktemp`
|
||||
|
||||
tail -f "$TMPF" | ./gen_site.pl -d -o ./out/ &
|
||||
tail -f "$TMPF" | ./gen_site.pl -d -s /tmp/test.sock -o ./out &
|
||||
|
||||
while ! [ -f /tmp/stop ];
|
||||
do
|
||||
./synchro.sh delete > /dev/null
|
||||
./synchro.sh delete
|
||||
|
||||
if [ `ls submission | wc -l` -gt 1 ]
|
||||
then
|
||||
|
|
|
|||
Reference in a new issue