From: John Crispin Date: Fri, 26 Feb 2016 08:35:32 +0000 (+0000) Subject: hotplug-preinit: remove superfluous `and` X-Git-Tag: v19.07.0-rc1~11009 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=82a8f5fdaab4a3290d9a9d3c9f5dce0db598e63e;p=openwrt%2Fstaging%2Fhauke.git hotplug-preinit: remove superfluous `and` Signed-off-by: Alexander Couzens SVN-Revision: 48795 --- 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" ] ], ]