Generate pages on launch

This commit is contained in:
nemunaire 2014-11-20 22:16:00 +01:00
commit 6012021caf
4 changed files with 10 additions and 4 deletions

View file

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