base-files: fix typo in rfkill script

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 38742
This commit is contained in:
John Crispin 2013-11-11 18:12:30 +00:00
parent 989783255e
commit c902a76f4d

View File

@ -1,6 +1,6 @@
#!/bin/sh
[ "${ACTION}" = "released" -o -n "{TYPE}" ] || exit 0
[ "${ACTION}" = "released" -o -n "${TYPE}" ] || exit 0
. /lib/functions.sh