From ba09d35bc0ac27328db544bacacd1a8900b50d08 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Sun, 2 May 2021 19:30:11 +0200 Subject: [PATCH] Log external-storage-sdcard-update service in debug script (#767) Co-authored-by: Luke Childs --- scripts/debug | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/debug b/scripts/debug index b2ec880..59cc950 100755 --- a/scripts/debug +++ b/scripts/debug @@ -95,6 +95,11 @@ if [[ ! -z "${UMBREL_OS:-}" ]]; then echo "External storage service logs" echo "-----------------------------" journalctl --unit=umbrel-external-storage.service | tail -n 30 + + echo + echo "External storage SDcard update service logs" + echo "-----------------------------------" + journalctl --unit=umbrel-external-storage-sdcard-update.service | tail -n 30 fi echo