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