Skip to content

Commit

Permalink
[telemetry] Fix the indentation issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Zhao <yozhao@microsoft.com>
  • Loading branch information
yozhao101 committed Jan 26, 2022
1 parent 0881704 commit 41377a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-sonic-telemetry/telemetry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ do
SERVER_KEY=$(echo $X509 | jq -r '.server_key')
CA_CRT=$(echo $X509 | jq -r '.ca_crt')

logger "Trying to retrieve server certificate, key and Root CA certificate ..."
logger "Trying to retrieve server certificate, key and Root CA certificate ..."
logger "The file path of server certificate in CONFIG_DB is: $SERVER_CRT"
logger "The file path of server provate key in CONFIG_DB is: $SERVER_KEY"
logger "The file path of Root CA certificate in CONFIG_DB is: $CA_CRT"
Expand Down

0 comments on commit 41377a1

Please sign in to comment.