mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-16 14:37:06 +01:00
4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/sh -e
|
|
msg "Checking integrity of /boot"
|
|
/usr/bin/hashboot check || emergency_shell
|