Vega BS/User Manual
22
Revision 10 – 02 November 2017
Check, that after this string the following string is entered
if [ -n "$(cat /etc/network/interfaces | grep "iface $INTERFACE inet dhcp")" ]; then
Check, that before string
killall -15 lora_pkt_fwd
the following string is entered
fi
(see figure below)
5.
If the strings correspond to the figure above, do not change anything. If these
strings are absent, enter them – changes are highlighted in red:
if [ "$LINK_STATE" == "UP" ] ; then
if [ -n "$(cat /etc/network/interfaces | grep "iface $INTERFACE inet dhcp")" ]; then
killall -15 udhcpc