summaryrefslogtreecommitdiffstats
path: root/package/system/procd
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-02-26 08:35:32 +0000
committerJohn Crispin <john@openwrt.org>2016-02-26 08:35:32 +0000
commit82a8f5fdaab4a3290d9a9d3c9f5dce0db598e63e (patch)
treedabd8f7eefccf023c985c8ff968432694c56f88a /package/system/procd
parentcbfec477ce7f76bffebfc7239f0a141e72473362 (diff)
downloadmaster-31e0f0ae-82a8f5fdaab4a3290d9a9d3c9f5dce0db598e63e.tar.gz
master-31e0f0ae-82a8f5fdaab4a3290d9a9d3c9f5dce0db598e63e.tar.bz2
master-31e0f0ae-82a8f5fdaab4a3290d9a9d3c9f5dce0db598e63e.zip
hotplug-preinit: remove superfluous `and`
Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 48795
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" ]
],
]