diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2009-06-01 08:48:37 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2009-06-01 08:48:37 +0000 |
commit | a12585f5033f41d5afb61e817979c589854dd1a5 (patch) | |
tree | b32e8086b186d15aa7e350c9e19ac2296d774e1b /package/base-files/files | |
parent | d674bc59e08a2b0d06521795ac460ae56a3df990 (diff) | |
download | upstream-a12585f5033f41d5afb61e817979c589854dd1a5.tar.gz upstream-a12585f5033f41d5afb61e817979c589854dd1a5.tar.bz2 upstream-a12585f5033f41d5afb61e817979c589854dd1a5.zip |
[hotplug2] Removed extra ; in exec rule
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16243 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files')
-rw-r--r-- | package/base-files/files/etc/hotplug2-init.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/hotplug2-init.rules b/package/base-files/files/etc/hotplug2-init.rules index 429cdbbe16..e7dd0add3b 100644 --- a/package/base-files/files/etc/hotplug2-init.rules +++ b/package/base-files/files/etc/hotplug2-init.rules @@ -1,5 +1,5 @@ $include /etc/hotplug2-common.rules SUBSYSTEM ~~ button { - exec kill -USR1 1 ; + exec kill -USR1 1 } |