mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 08:44:52 +00:00
nss-drv: fix formatting of hotplug script
Signed-off-by: Sean Khan <datapronix@protonmail.com>
This commit is contained in:
parent
217a4fa43b
commit
ae952634ca
@ -36,7 +36,7 @@ load_nss_fw() {
|
||||
select_nss_fw() {
|
||||
rm -f /lib/firmware/"$DEVICENAME"
|
||||
ln -s "$1" /lib/firmware/"$DEVICENAME"
|
||||
echo '<5>hotplug: symlinking' /lib/firmware/"$DEVICENAME" ' to '"$1" > /dev/kmsg
|
||||
echo '<5>hotplug: symlinking' "$DEVICENAME"' to '"$1" > /dev/kmsg
|
||||
}
|
||||
|
||||
[ "$ACTION" != "add" ] && exit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user