Kaynağa Gözat

Make script executable

Bob Mottram 9 yıl önce
ebeveyn
işleme
6f2bd734b0
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      src/freedombone

+ 1
- 0
src/freedombone Dosyayı Görüntüle

@@ -1597,6 +1597,7 @@ function mesh_babel {
1597 1597
   echo "ifconfig wlan0:avahi 192.168.$a.$b netmask 255.255.255.0 broadcast 192.168.13.255" >> /usr/bin/mesh-babel
1598 1598
   echo "babeld -D wlan0:avahi -p $BABEL_PORT -d 5 wlan0" >> /usr/bin/mesh-babel
1599 1599
   echo 'exit 0' >> /usr/bin/mesh-babel
1600
+  chmod +x /usr/bin/mesh-babel
1600 1601
 
1601 1602
   echo 'mesh_babel' >> $COMPLETION_FILE
1602 1603
 }