Merge pull request #1277 from tlaurion/adjust_printf_clear

This commit is contained in:
tlaurion 2023-01-13 12:23:53 -05:00 committed by GitHub
commit 1236cbc29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -157,6 +157,8 @@ generate_totp_htop()
echo "Once you have scanned the QR code, hit Enter to continue"
read
fi
# clear screen
printf "\033c"
}
update_totp()

View File

@ -40,8 +40,6 @@ recovery() {
else
/bin/ash
fi
# clear screen
printf "\033c"
done
}
@ -311,8 +309,6 @@ combine_configs() {
update_checksums()
{
# clear screen
printf "\033c"
# ensure /boot mounted
if ! grep -q /boot /proc/mounts ; then
mount -o ro /boot \