We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a469b commit b15c197Copy full SHA for b15c197
1 file changed
registry/coder/modules/boundary/scripts/install.sh.tftpl
@@ -29,7 +29,6 @@ validate_boundary_subcommand() {
29
exit 1
30
fi
31
32
- # Only a license entitlement error is fatal here.
33
local output
34
echo "Checking for license"
35
if ! output=$(coder boundary 2>&1); then
@@ -38,9 +37,6 @@ validate_boundary_subcommand() {
38
37
echo "$${output}" >&2
39
echo "" >&2
40
41
- else
42
- echo "Warning: 'coder boundary' command failed with unexpected error. boundary may not work properly. Error details:" >&2
43
- echo "$${output}" >&2
44
45
46
}
0 commit comments