We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50db520 commit f0a469bCopy full SHA for f0a469b
1 file changed
registry/coder/modules/boundary/scripts/install.sh.tftpl
@@ -38,6 +38,9 @@ validate_boundary_subcommand() {
38
echo "$${output}" >&2
39
echo "" >&2
40
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
44
fi
45
46
}
0 commit comments