Skip to content

Commit

Permalink
feat(install): include tedge version in debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Aug 13, 2023
1 parent 4d7b800 commit f9cabfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ print_debug() {
echo
echo "--------------- machine details ---------------------"
echo "date: $(date || true)"
echo "tedge: $VERSION"
echo "tedge: $(tedge --version 2>/dev/null || true)"
echo "Machine: $(uname -a || true)"
echo "Architecture: $(dpkg --print-architecture 2>/dev/null || true)"
if command_exists "lsb_release"; then
Expand Down

0 comments on commit f9cabfa

Please sign in to comment.