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" ] ], ]