mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-05 18:55:00 +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