mirror of https://github.com/aredn/aredn.git
parent
2c1bd9ce0e
commit
e4a0c996ff
|
@ -89,9 +89,8 @@ boot() {
|
||||||
uci -c /etc/config.mesh commit aredn
|
uci -c /etc/config.mesh commit aredn
|
||||||
# check values in distfeeds.conf against UCI settings
|
# check values in distfeeds.conf against UCI settings
|
||||||
# and change distfeeds.conf if needed (upgrades?)
|
# and change distfeeds.conf if needed (upgrades?)
|
||||||
## commented for now, may need it later
|
elif [ $ucirepo != $distrepo ]; then
|
||||||
#elif [ $ucirepo != $distrepo ]; then
|
sed -i "s|$distrepo|$ucirepo|g" /etc/opkg/distfeeds.conf
|
||||||
# sed -i "s|$distrepo|$ucirepo|g" /etc/opkg/distfeeds.conf
|
|
||||||
fi
|
fi
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue