Browse Source

Fix debug script formatting (#770)

debug-formatting
Aaron Dewes 4 years ago
committed by GitHub
parent
commit
1ee434650a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      scripts/debug

4
scripts/debug

@ -97,8 +97,8 @@ if [[ ! -z "${UMBREL_OS:-}" ]]; then
journalctl --unit=umbrel-external-storage.service | tail -n 30
echo
echo "External storage SDcard update service logs"
echo "-----------------------------------"
echo "External storage SD card update service logs"
echo "--------------------------------------------"
journalctl --unit=umbrel-external-storage-sdcard-update.service | tail -n 30
fi

Loading…
Cancel
Save