Skip to content

Commit

Permalink
fix debug log temperature warning grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Dec 4, 2023
1 parent f8175a8 commit 8733ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/debug
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ if [[ ! -z "${UMBREL_OS:-}" ]]; then
if [[ $(vcgencmd get_throttled) = "throttled=0x5"* ]]; then
echo "There is probably an issue with your power supply. We recommend using the official Raspberry Pi power supply to avoid this issue."
else
echo "The temperature of your Raspberry Pi is too high. We recommend either using a case that lowers the temperature of your Pi or a case with a builtin fan."
echo "The temperature of your Raspberry Pi is too high. We recommend either using a case that lowers the temperature of your Pi or a case with a built-in fan."
fi
exit 0
fi
Expand Down

0 comments on commit 8733ff1

Please sign in to comment.