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: 47933
This commit is contained in:
parent
0e8ba8ffcd
commit
57ccd6c9e7
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ start_service() {
|
||||||
|
|
||||||
procd_open_instance
|
procd_open_instance
|
||||||
procd_set_param command /sbin/vdsl_cpe_control_wrapper \
|
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 \
|
-n /sbin/dsl_notify.sh \
|
||||||
-f ${firmware} \
|
-f ${firmware} \
|
||||||
-M ${mode}
|
-M ${mode}
|
||||||
|
|
Loading…
Reference in a new issue