hotplug-preinit: remove superfluous `and`

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>

SVN-Revision: 48795
master
John Crispin 9 years ago
parent cbfec477ce
commit 82a8f5fdaa
  1. 4
      package/system/procd/files/hotplug-preinit.json

@ -12,9 +12,7 @@
], ],
}, ], }, ],
[ "if", [ "if",
[ "and", [ "eq", "SUBSYSTEM", "button" ],
[ "eq", "SUBSYSTEM", "button" ],
],
[ "exec", "/etc/rc.button/failsafe" ] [ "exec", "/etc/rc.button/failsafe" ]
], ],
] ]

Loading…
Cancel
Save