mirror of
https://github.com/TommyTran732/Kernel-Module-Blacklist.git
synced 2025-02-23 13:09:23 +01:00
Fix Shellcheck
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
f7fbb01a0c
commit
ae35dbe263
@ -62,7 +62,7 @@ sed -i '/^$/d' blacklist.txt
|
|||||||
|
|
||||||
# Create final blacklist config
|
# Create final blacklist config
|
||||||
while read -r KMOD; do
|
while read -r KMOD; do
|
||||||
echo "install ${KMOD} /bin/false" >> ${dataset}-blacklist.conf
|
echo "install ${KMOD} /bin/false" >> "${dataset}"-blacklist.conf
|
||||||
done < blacklist.txt
|
done < blacklist.txt
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user