Skip to content
Snippets Groups Projects
Commit c8a0e38f authored by Bob Mottram's avatar Bob Mottram
Browse files

Check bmx7 was installed

parent 12c0eed3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment