Browse Source

stop babel

Bob Mottram 7 years ago
parent
commit
714675ed0e
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/freedombone-mesh-routing

+ 4
- 0
src/freedombone-mesh-routing View File

77
         sudo systemctl disable bmx7
77
         sudo systemctl disable bmx7
78
         sudo systemctl stop olsr2
78
         sudo systemctl stop olsr2
79
         sudo systemctl disable olsr2
79
         sudo systemctl disable olsr2
80
+        sudo systemctl stop babel
81
+        sudo systemctl disable babel
80
         sudo systemctl enable bmx6
82
         sudo systemctl enable bmx6
81
         sudo systemctl start bmx6
83
         sudo systemctl start bmx6
82
         ;;
84
         ;;
85
         sudo systemctl disable bmx7
87
         sudo systemctl disable bmx7
86
         sudo systemctl stop bmx6
88
         sudo systemctl stop bmx6
87
         sudo systemctl disable bmx6
89
         sudo systemctl disable bmx6
90
+        sudo systemctl stop babel
91
+        sudo systemctl disable babel
88
         IFACE=$(cat /etc/systemd/system/olsr2.service | grep ExecStart | awk -F ' ' '{print $2}')
92
         IFACE=$(cat /etc/systemd/system/olsr2.service | grep ExecStart | awk -F ' ' '{print $2}')
89
         mesh_generate_ipv6_address $IFACE
93
         mesh_generate_ipv6_address $IFACE
90
         sudo systemctl enable olsr2
94
         sudo systemctl enable olsr2