New instruction to regen nginx team file

This commit is contained in:
nemunaire 2014-11-23 16:02:45 +01:00
commit edce0a99f6
7 changed files with 22 additions and 10 deletions

View file

@ -22,7 +22,7 @@ KP1=$!
TMPF=`mktemp`
tail -f "$TMPF" | ./gen_site.pl -d -s /tmp/test.sock -o ./out ERRORS HOME all DS &
tail -f "$TMPF" | ./gen_site.pl -d -s /tmp/scheduler.sock -o ./out ERRORS HOME all DS &
KP2=$!
trap "kill $KP1 $KP2; rm -rf '$TMPF'; echo" SIGINT SIGTERM