Skip to content

Commit f0a469b

Browse files
committed
debug
1 parent 50db520 commit f0a469b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ validate_boundary_subcommand() {
3838
echo "$${output}" >&2
3939
echo "" >&2
4040
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
4144
fi
4245
fi
4346
}

0 commit comments

Comments
 (0)