hotplug-preinit: remove superfluous `and`
[openwrt/openwrt.git] / package / system / procd / files / hotplug-preinit.json
index 614b1047115b261ec74466b2de5303b4750dcfb4..58afc6c696ff546f0f5da20fb9fc131f1afbd77c 100644 (file)
@@ -12,9 +12,7 @@
                ],
        }, ],
        [ "if",
-               [ "and",
-                       [ "eq", "SUBSYSTEM", "button" ],
-               ],
+               [ "eq", "SUBSYSTEM", "button" ],
                [ "exec", "/etc/rc.button/failsafe" ]
        ],
 ]