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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
scripts/debug
|
@ -95,6 +95,11 @@ if [[ ! -z "${UMBREL_OS:-}" ]]; then |
|
|
echo "External storage service logs" |
|
|
echo "External storage service logs" |
|
|
echo "-----------------------------" |
|
|
echo "-----------------------------" |
|
|
journalctl --unit=umbrel-external-storage.service | tail -n 30 |
|
|
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 |
|
|
fi |
|
|
|
|
|
|
|
|
echo |
|
|
echo |
|
|