mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-17 12:37:02 +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