mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +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