Browse Source

"Umbrel OS" => "Flashed OS" in debug logs to avoid confusion (#835)

rtl-0.11.0
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
adaf08aed7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/debug

2
scripts/debug

@ -58,7 +58,7 @@ cat info.json | jq .version | sed 's/"//g'
if [[ ! -z "${UMBREL_OS:-}" ]]; then
echo
echo "Umbrel OS version"
echo "Flashed OS version"
echo "-----------------"
echo $UMBREL_OS

Loading…
Cancel
Save