Log more lines from aleth

This commit is contained in:
Mathias Baumann
2019-04-04 16:39:15 +02:00
committed by Mathias Baumann
parent 3df4936b6f
commit 1466cbaa0c
+1 -1
View File
@@ -6,7 +6,7 @@ shift
shift
$ALETH_PATH $@ &> >(tail -n 10000 &> "$ALETH_TMP_OUT") &
$ALETH_PATH $@ &> >(tail -n 100000 &> "$ALETH_TMP_OUT") &
PID=$!