aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/procd
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-02-26 08:35:32 +0000
committerJohn Crispin <blogic@openwrt.org>2016-02-26 08:35:32 +0000
commitab51d43e3ae86b22d6ebcab90992787c03320737 (patch)
tree950e1da335db23690b2688fdd68f03a8b05c5d41 /package/system/procd
parent5877e96262490677de03ed0da6ac316d2cb44c14 (diff)
downloadmaster-187ad058-ab51d43e3ae86b22d6ebcab90992787c03320737.tar.gz
master-187ad058-ab51d43e3ae86b22d6ebcab90992787c03320737.tar.bz2
master-187ad058-ab51d43e3ae86b22d6ebcab90992787c03320737.zip
hotplug-preinit: remove superfluous `and`
Signed-off-by: Alexander Couzens <lynxis@fe80.eu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48795 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd')
-rw-r--r--package/system/procd/files/hotplug-preinit.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/system/procd/files/hotplug-preinit.json b/package/system/procd/files/hotplug-preinit.json
index 614b104711..58afc6c696 100644
--- a/package/system/procd/files/hotplug-preinit.json
+++ b/package/system/procd/files/hotplug-preinit.json
@@ -12,9 +12,7 @@
],
}, ],
[ "if",
- [ "and",
- [ "eq", "SUBSYSTEM", "button" ],
- ],
+ [ "eq", "SUBSYSTEM", "button" ],
[ "exec", "/etc/rc.button/failsafe" ]
],
]