Try taking it to the nil

This commit is contained in:
Bob Mottram 2015-08-09 12:28:59 +01:00
parent b95e3d4cc7
commit 2e6508af37
1 changed files with 2 additions and 2 deletions

View File

@ -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