Skip to content

Commit b15c197

Browse files
committed
debug
1 parent f0a469b commit b15c197

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

registry/coder/modules/boundary/scripts/install.sh.tftpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ validate_boundary_subcommand() {
2929
exit 1
3030
fi
3131

32-
# Only a license entitlement error is fatal here.
3332
local output
3433
echo "Checking for license"
3534
if ! output=$(coder boundary 2>&1); then
@@ -38,9 +37,6 @@ validate_boundary_subcommand() {
3837
echo "$${output}" >&2
3938
echo "" >&2
4039
exit 1
41-
else
42-
echo "Warning: 'coder boundary' command failed with unexpected error. boundary may not work properly. Error details:" >&2
43-
echo "$${output}" >&2
4440
fi
4541
fi
4642
}

0 commit comments

Comments
 (0)