base-files: fix typo in rfkill script
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38742 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
a58e136635
commit
9475a183be
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
[ "${ACTION}" = "released" -o -n "{TYPE}" ] || exit 0
|
[ "${ACTION}" = "released" -o -n "${TYPE}" ] || exit 0
|
||||||
|
|
||||||
. /lib/functions.sh
|
. /lib/functions.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue