mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-16 14:37:06 +01:00
converted openrc script to use new shebang
This commit is contained in:
parent
c8963e5e4e
commit
900bfb1062
2
hashboot
2
hashboot
@ -11,7 +11,7 @@
|
|||||||
# meet some day, and you think this stuff is worth it, you can give us a hug. #
|
# meet some day, and you think this stuff is worth it, you can give us a hug. #
|
||||||
###################################################################################
|
###################################################################################
|
||||||
|
|
||||||
VERSION="0.8.0"
|
VERSION="0.8.2"
|
||||||
PATH="/bin:/usr/bin:/sbin:/usr/sbin:${PATH}"
|
PATH="/bin:/usr/bin:/sbin:/usr/sbin:${PATH}"
|
||||||
|
|
||||||
DIGEST_FILE="/var/lib/hashboot.digest"
|
DIGEST_FILE="/var/lib/hashboot.digest"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/sbin/runscript
|
#!/sbin/openrc-run
|
||||||
|
|
||||||
description="Check integrity of files in /boot"
|
description="Check integrity of files in /boot"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user