4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/sh -e
|
|
msg "Checking integrity of /boot"
|
|
/usr/bin/hashboot check || emergency_shell
|