Add socket communication

This commit is contained in:
nemunaire 2014-01-20 05:53:31 +01:00
commit 2b27340b46
5 changed files with 96 additions and 15 deletions

View file

@ -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