Here comes the new UCI. Enjoy :)
[openwrt.git] / package / pptp / files / pptp.sh
index f1c46c9..0743082 100644 (file)
@@ -23,7 +23,7 @@ setup_interface_pptp() {
        # make sure the network state references the correct ifname
        scan_ppp "$config"
        config_get ifname "$config" ifname
-       uci set "/var/state/network.$config.ifname=$ifname"
+       uci_set_state network "$config" ifname "$ifname"
 
        config_get mtu "$cfg" mtu
        config_get server "$cfg" server
This page took 0.02289 seconds and 4 git commands to generate.