base-files: fix typo in rfkill script
authorJohn Crispin <john@openwrt.org>
Mon, 11 Nov 2013 18:12:30 +0000 (18:12 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 11 Nov 2013 18:12:30 +0000 (18:12 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38742

package/base-files/files/etc/rc.button/rfkill

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