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-a3cf2f4a3e73
master
John Crispin 2013-11-11 18:12:30 +00:00
parent a58e136635
commit 9475a183be
1 changed files with 1 additions and 1 deletions

View File

@ -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