Removed extra ; in exec rule
authorHamish Guthrie <hcg@openwrt.org>
Mon, 1 Jun 2009 08:48:37 +0000 (08:48 +0000)
committerHamish Guthrie <hcg@openwrt.org>
Mon, 1 Jun 2009 08:48:37 +0000 (08:48 +0000)
SVN-Revision: 16243

package/base-files/files/etc/hotplug2-init.rules

index 429cdbbe162d7ea28b67ec6c7e9b09ba0a2bc5dd..e7dd0add3b144ef35bf7001f0e591228784fc832 100644 (file)
@@ -1,5 +1,5 @@
 $include /etc/hotplug2-common.rules
 
 SUBSYSTEM ~~ button {
-       exec kill -USR1 1 ;
+       exec kill -USR1 1
 }