#19539: uci / regression / lists contain wrong chars
------------------------+------------------------
  Reporter:  bittorf@…  |      Owner:  developers
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:
 Component:  packages   |    Version:  Trunk
Resolution:             |   Keywords:
------------------------+------------------------

Comment (by ufo@…):

 please close ticket.. its a problem within luci-package "meshwizard"

 dirty workaround, tested with openwrt cc-rc1 x86-64bit:

 {{{

 mkdir /tmp/etc
 mkdir /tmp/etc/config
 cd /etc/config
 for i in `ls`; do cat $i  | sed s/\'\\\\\'\'//g   > /tmp/etc/config/$i;
 done
 mv /tmp/etc/config/* .
 reboot

 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/19539#comment:10>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to