Skip to content

Commit c67aa45

Browse files
authored
feat: don't print command to avoid print secrets (#1051)
* feat: don't print command to avoid print secrets * fix: typo
1 parent e065bce commit c67aa45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/reshare-client.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ COMMAND="reshare-client \
137137
--ca-root-file-path $CLIENT_TLS_CERT_PATH"
138138

139139
# Display or execute command
140-
echo "Generated command:"
141-
echo "$COMMAND"
140+
#echo "Generated command:"
141+
#echo "$COMMAND"
142142

143143
exec $COMMAND

0 commit comments

Comments
 (0)