mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-12 14:42:16 -04:00
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:
parent
38cdf2722b
commit
6f19af1542
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
echo "Checking for mounted disks..."
|
echo "Checking for mounted disks..."
|
||||||
dmsetup ls --target crypt
|
dmsetup ls --target crypt
|
||||||
echo "WIPE RAM!"
|
echo "WIPE RAM!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue