Pārlūkot izejas kodu

Check bmx7 was installed

Bob Mottram 7 gadus atpakaļ
vecāks
revīzija
c8a0e38f3a
1 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. 5
    3
      src/freedombone-image-mesh

+ 5
- 3
src/freedombone-image-mesh Parādīt failu

1449
     systemctl disable bmx6
1449
     systemctl disable bmx6
1450
     echo $'BMX6 disabled' >> $INSTALL_LOG
1450
     echo $'BMX6 disabled' >> $INSTALL_LOG
1451
 
1451
 
1452
-    systemctl stop bmx7
1453
-    systemctl disable bmx7
1454
-    echo $'BMX7 disabled' >> $INSTALL_LOG
1452
+    if [ -d /etc/bmx7 ]; then
1453
+        systemctl stop bmx7
1454
+        systemctl disable bmx7
1455
+        echo $'BMX7 disabled' >> $INSTALL_LOG
1456
+    fi
1455
 
1457
 
1456
     systemctl stop olsr2
1458
     systemctl stop olsr2
1457
     systemctl disable olsr2
1459
     systemctl disable olsr2