View Issue Details

IDProjectCategoryView StatusLast Update
0000098easycwmpBugpublic2015-11-27 11:57
Reporterpedro.sanchez Assigned Tomohamed.kallel  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0000098: /usr/sbin/easycwmp: line 1: syntax error: unterminated quoted string
DescriptionOn openWRT easycwmp throws error

root@openwrt:/# easycwmp inform
/usr/sbin/easycwmp: line 1: syntax error: unterminated quoted string
Steps To ReproduceCompile openwrt with easycwmp package and when the openwrt system boots up, execute command 'easycwmp inform'
Additional InformationI can fix the error adding a double quote near the end of line 276 of file /usr/sbin/easycwmp

From

[ "$__arg4" != "" -o "$__arg5" != "" ] && dw_url=`echo "$__arg1" | sed -e "s@://@://$__arg4:$__arg5\@@g`

to

[ "$__arg4" != "" -o "$__arg5" != "" ] && dw_url=`echo "$__arg1" | sed -e "s@://@://$__arg4:$__arg5\@@g"`
TagsNo tags attached.
e-mail notification

Activities

mohamed.kallel

2015-11-27 11:57

administrator   ~0000333

Thank you for your contribution
Fixed in EasyCwmp-1.2.3

Issue History

Date Modified Username Field Change
2015-11-26 09:02 pedro.sanchez New Issue
2015-11-27 11:57 mohamed.kallel Note Added: 0000333
2015-11-27 11:57 mohamed.kallel Status new => resolved
2015-11-27 11:57 mohamed.kallel Resolution open => fixed
2015-11-27 11:57 mohamed.kallel Assigned To => mohamed.kallel