stop babel

This commit is contained in:
Bob Mottram 2018-01-17 13:44:57 +00:00
parent 3d52e70630
commit 714675ed0e
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,8 @@ case $data in
sudo systemctl disable bmx7
sudo systemctl stop olsr2
sudo systemctl disable olsr2
sudo systemctl stop babel
sudo systemctl disable babel
sudo systemctl enable bmx6
sudo systemctl start bmx6
;;
@ -85,6 +87,8 @@ case $data in
sudo systemctl disable bmx7
sudo systemctl stop bmx6
sudo systemctl disable bmx6
sudo systemctl stop babel
sudo systemctl disable babel
IFACE=$(cat /etc/systemd/system/olsr2.service | grep ExecStart | awk -F ' ' '{print $2}')
mesh_generate_ipv6_address $IFACE
sudo systemctl enable olsr2