New instruction to regen nginx team file
This commit is contained in:
parent
335505ef6c
commit
edce0a99f6
7 changed files with 22 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue