Browse Source

hotplug-preinit: remove superfluous `and`

Signed-off-by: Alexander Couzens <[email protected]>

SVN-Revision: 48795
John Crispin 10 years ago
parent
commit
82a8f5fdaa
1 changed files with 1 additions and 3 deletions
  1. 1 3
      package/system/procd/files/hotplug-preinit.json

+ 1 - 3
package/system/procd/files/hotplug-preinit.json

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