mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
Merge pull request #1277 from tlaurion/adjust_printf_clear
This commit is contained in:
commit
1236cbc29e
@ -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()
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user