add shebang /bin/sh

to fix lintian warning
security-misc: executable-not-elf-or-script usr/lib/dracut/modules.d/40sdmem-security-misc/wipe.sh
This commit is contained in:
Patrick Schleizer 2022-06-29 09:35:08 -04:00
parent 38cdf2722b
commit 6f19af1542
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -1,3 +1,5 @@
#!/bin/sh
echo "Checking for mounted disks..."
dmsetup ls --target crypt
echo "WIPE RAM!"