We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1c44d commit b7fc921Copy full SHA for b7fc921
build/jupyter-generate-nsight-plugin-settings.bash
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-EXTERNAL_IP=$(curl https://ipecho.net/plain)
+EXTERNAL_IP=$(curl -sSL https://ipecho.net/plain)
4
5
cat << EOF
6
{
0 commit comments