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
|
systemctl disable bmx6
|
||||||
echo $'BMX6 disabled' >> $INSTALL_LOG
|
echo $'BMX6 disabled' >> $INSTALL_LOG
|
||||||
|
|
||||||
systemctl stop bmx7
|
if [ -d /etc/bmx7 ]; then
|
||||||
systemctl disable bmx7
|
systemctl stop bmx7
|
||||||
echo $'BMX7 disabled' >> $INSTALL_LOG
|
systemctl disable bmx7
|
||||||
|
echo $'BMX7 disabled' >> $INSTALL_LOG
|
||||||
|
fi
|
||||||
|
|
||||||
systemctl stop olsr2
|
systemctl stop olsr2
|
||||||
systemctl disable olsr2
|
systemctl disable olsr2
|
||||||
|
|
Loading…
Reference in New Issue