Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from project-arlo/telemetry-refactor
Browse files Browse the repository at this point in the history
Fix exec path issue with telemetry
  • Loading branch information
jeff-yin committed Jul 17, 2019
2 parents 03ae04b + be243fd commit 83e398c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockers/docker-sonic-telemetry/telemetry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ else
TELEMETRY_ARGS+=" -v=2"
fi

exec /usr/sbin/telemetry ${TELEMETRY_ARGS}
cd /usr/sbin
exec telemetry ${TELEMETRY_ARGS}


0 comments on commit 83e398c

Please sign in to comment.