add more air.

pull/404/head
Paul Philippov 2022-08-24 19:08:08 -04:00
parent 93fd18f76f
commit bdc9c427be
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ self_update() {
check_sdcard() { check_sdcard() {
if mount | grep /mnt/mmc; then if mount | grep /mnt/mmc; then
echo_c 31 "Cannot upgrade! There is a mounted SD card!" echo_c 31 "\nCannot upgrade! There is a mounted SD card!"
echo "Please remove the card from the slot and restart sysupgrade." echo "Please remove the card from the slot and restart sysupgrade."
exit 1 exit 1
fi fi