From: blogic Date: Fri, 26 Feb 2016 08:35:32 +0000 (+0000) Subject: hotplug-preinit: remove superfluous `and` X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=4e9e95a3f44c0d977e0cb0668221ce874cecc174;hp=1fb051aad5b07c173920813bd8525b6fd11fd508;p=openwrt.git hotplug-preinit: remove superfluous `and` Signed-off-by: Alexander Couzens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48795 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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" ] ], ]