Check bmx7 was installed

This commit is contained in:
Bob Mottram 2018-04-14 11:02:36 +01:00
parent 12c0eed38b
commit c8a0e38f3a
1 changed files with 5 additions and 3 deletions

View File

@ -1449,9 +1449,11 @@ if [ -f $MESH_INSTALL_SETUP ]; then
systemctl disable bmx6
echo $'BMX6 disabled' >> $INSTALL_LOG
systemctl stop bmx7
systemctl disable bmx7
echo $'BMX7 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