mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +00:00
Removed extra ; in exec rule
SVN-Revision: 16243
This commit is contained in:
parent
00e2b1d997
commit
590f3042fb
@ -1,5 +1,5 @@
|
|||||||
$include /etc/hotplug2-common.rules
|
$include /etc/hotplug2-common.rules
|
||||||
|
|
||||||
SUBSYSTEM ~~ button {
|
SUBSYSTEM ~~ button {
|
||||||
exec kill -USR1 1 ;
|
exec kill -USR1 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user