Try taking it to the nil
This commit is contained in:
parent
b95e3d4cc7
commit
2e6508af37
|
@ -234,7 +234,7 @@ function mesh_batman {
|
|||
echo ' modprobe batman-adv' >> $batman_script
|
||||
echo ' batctl if add $IFACE' >> $batman_script
|
||||
echo ' ifconfig $IFACE up' >> $batman_script
|
||||
echo ' avahi-autoipd -D $IFACE' >> $batman_script
|
||||
echo ' avahi-autoipd -D $BRIDGE' >> $batman_script
|
||||
echo ' ifconfig bat0 up promisc' >> $batman_script
|
||||
echo '' >> $batman_script
|
||||
echo ' #Use persistent HWAddr' >> $batman_script
|
||||
|
@ -279,7 +279,7 @@ function mesh_batman {
|
|||
echo ' ifconfig $EIFACE down -promisc' >> $batman_script
|
||||
echo ' fi' >> $batman_script
|
||||
echo '' >> $batman_script
|
||||
echo ' avahi-autoipd -k $IFACE' >> $batman_script
|
||||
echo ' avahi-autoipd -k $BRIDGE' >> $batman_script
|
||||
echo ' ifconfig bat0 down -promisc' >> $batman_script
|
||||
echo '' >> $batman_script
|
||||
echo ' batctl if del $IFACE' >> $batman_script
|
||||
|
|
Loading…
Reference in New Issue