Browse Source

Log external-storage-sdcard-update service in debug script (#767)

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
debug-formatting
Aaron Dewes 4 years ago
committed by GitHub
parent
commit
ba09d35bc0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      scripts/debug

5
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

Loading…
Cancel
Save