mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 19:07:47 +00:00
usteer: fix init script
The uchannel instance of the usteer init script contains a typo, causing
the following error when autochannel is enabled:
/etc/rc.common: line 147: procd_close_instancea: not found
Fixes: WIFI-7577
Fixes: c467a62af3 ("usteer: update to latest HEAD")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
committed by
John Crispin
parent
ea86593835
commit
83b6ccf562
@@ -143,5 +143,5 @@ start_service()
|
||||
procd_open_instance
|
||||
procd_set_param command "/usr/libexec/uchannel.uc"
|
||||
procd_set_param respawn 1 300 0
|
||||
procd_close_instancea
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user