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 7d2a915 commit 5ae9d23Copy full SHA for 5ae9d23
scripts/develop.sh
@@ -74,7 +74,7 @@ fi
74
# Preflight checks: ensure we have our required dependencies, and make sure nothing is listening on port 3000 or 8080
75
dependencies curl git go jq make pnpm
76
77
-if curl --fail http://127.0.0.1:3000 >/dev/null 2>&1; then
+if curl --silent --fail http://127.0.0.1:3000; then
78
# Check if this is the Coder development server.
79
if curl --silent --fail http://127.0.0.1:3000/api/v2/buildinfo 2>&1 | jq -r '.version' >/dev/null 2>&1; then
80
echo '== INFO: Coder development server is already running on port 3000!' && exit 0
0 commit comments