base-files: fix typo in rfkill script
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38742
This commit is contained in:
parent
989783255e
commit
c902a76f4d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue