Check bmx7 was installed
This commit is contained in:
parent
12c0eed38b
commit
c8a0e38f3a
|
@ -1449,9 +1449,11 @@ if [ -f $MESH_INSTALL_SETUP ]; then
|
|||
systemctl disable bmx6
|
||||
echo $'BMX6 disabled' >> $INSTALL_LOG
|
||||
|
||||
if [ -d /etc/bmx7 ]; then
|
||||
systemctl stop bmx7
|
||||
systemctl disable bmx7
|
||||
echo $'BMX7 disabled' >> $INSTALL_LOG
|
||||
fi
|
||||
|
||||
systemctl stop olsr2
|
||||
systemctl disable olsr2
|
||||
|
|
Loading…
Reference in New Issue