Skip to content

Commit d5c8d04

Browse files
committed
ipfixprobed - fix duplicate rows around exec part
1 parent 90d211b commit d5c8d04

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

init/ipfixprobed

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,6 @@ if [ -e "$CONFFILE" ]; then
9696
fi
9797

9898
exec /usr/bin/ipfixprobe "${dpdkinput[@]}" $input $storage $process $output $telemetry
99-
100-
telemetry=""
101-
if [ "$USE_FUSE" = "1" ]; then
102-
telemetry="-t ${FUSE_MOUNT_POINT}"
103-
fi
104-
105-
exec /usr/bin/ipfixprobe "${dpdkinput[@]}" $input $storage $process $output $telemetry
106-
107-
exec /usr/bin/ipfixprobe "${dpdkinput[@]}" $input $storage $process $output
10899
else
109100
echo "Configuration file '$CONFFILE' does not exist, exitting." >&2
110101
exit 1

0 commit comments

Comments
 (0)