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 71265ac commit 4c2f6baCopy full SHA for 4c2f6ba
env/openbsd-amd64/make.bash
@@ -61,7 +61,7 @@ cat >etc/rc.local <<EOF
61
(
62
set -e
63
export PATH="\$PATH:/usr/local/bin"
64
- /usr/local/bin/curl -o /buildlet \$(/usr/local/bin/curl -H "Metadata-Flavor: Google" http://metadata.google.internal/computeMetadata/v1/instance/attributes/buildlet-binary-url)
+ /usr/local/bin/curl -o /buildlet \$(/usr/local/bin/curl --fail -H "Metadata-Flavor: Google" http://metadata.google.internal/computeMetadata/v1/instance/attributes/buildlet-binary-url)
65
chmod +x /buildlet
66
exec /buildlet
67
)
0 commit comments