Skip to content

Commit

Permalink
Add printenv to healthcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Oct 18, 2023
1 parent 89f2028 commit c5a2228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions overlay/usr/local/bin/healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ uname -a
df -h
lsblk

printenv

test "${GUEST_HOSTNAME}" = "$(hostname)"

ip link list
Expand Down

0 comments on commit c5a2228

Please sign in to comment.