Generate pages on launch
This commit is contained in:
parent
8e7273fa88
commit
6012021caf
4 changed files with 10 additions and 4 deletions
|
|
@ -22,7 +22,7 @@ KP1=$!
|
|||
|
||||
TMPF=`mktemp`
|
||||
|
||||
tail -f "$TMPF" | ./gen_site.pl -d -s /tmp/test.sock -o ./out &
|
||||
tail -f "$TMPF" | ./gen_site.pl -d -s /tmp/test.sock -o ./out ERRORS HOME all DS &
|
||||
KP2=$!
|
||||
|
||||
while ! [ -f /tmp/stop ];
|
||||
|
|
|
|||
Reference in a new issue