mirror of https://github.com/hak5/openwrt-owl.git
ltq-vdsl-app: remove whitespace after -i, it prevents vdsl_cpe_control from parsing the XTSE bits
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47933owl
parent
0e8ba8ffcd
commit
57ccd6c9e7
|
@ -81,7 +81,7 @@ start_service() {
|
|||
|
||||
procd_open_instance
|
||||
procd_set_param command /sbin/vdsl_cpe_control_wrapper \
|
||||
-i `echo $xtse | sed "s/ /_/g"` \
|
||||
-i`echo $xtse | sed "s/ /_/g"` \
|
||||
-n /sbin/dsl_notify.sh \
|
||||
-f ${firmware} \
|
||||
-M ${mode}
|
||||
|
|
Loading…
Reference in New Issue