converted openrc script to use new shebang

pull/1/head
tastytea 2016-09-19 20:23:19 +02:00
parent c8963e5e4e
commit 900bfb1062
No known key found for this signature in database
GPG Key ID: 9C63B7474B4D9FB5
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
# 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}"
DIGEST_FILE="/var/lib/hashboot.digest"

View File

@ -1,4 +1,4 @@
#!/sbin/runscript
#!/sbin/openrc-run
description="Check integrity of files in /boot"