bashism
authorng0 <ng0@n0.is>
Sat, 9 Mar 2019 11:46:45 +0000 (11:46 +0000)
committerng0 <ng0@n0.is>
Sat, 9 Mar 2019 11:46:45 +0000 (11:46 +0000)
src/cadet/run_profiler.sh

index 81ea4a761f4b9ad6e8a18c3dd0c243e933f9d7c1..4273dcd273eb90597224950c9ab26b42dc772045 100755 (executable)
@@ -22,4 +22,4 @@ echo "using $PEERS peers, $LINKS links";
     
 sed -e "s/%LINKS%/$LINKS/;s/%NSE%/$NSE/" profiler.conf > .profiler.conf
 
-./gnunet-cadet-profiler $ROUNDTIME $PEERS $PINGS $4 |& tee log | grep -v DEBUG
+./gnunet-cadet-profiler $ROUNDTIME $PEERS $PINGS $4 2>&1 | tee log | grep -v DEBUG