mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-17 20:34:36 +00:00
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,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "${ACTION}" = "released" -o -n "{TYPE}" ] || exit 0
|
||||
[ "${ACTION}" = "released" -o -n "${TYPE}" ] || exit 0
|
||||
|
||||
. /lib/functions.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user