hide command output

pull/404/head
Paul Philippov 2022-08-24 19:20:26 -04:00
parent c40e11540d
commit b7eeb93186
1 changed files with 1 additions and 1 deletions

View File

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