瀏覽代碼

Check bmx7 was installed

Bob Mottram 7 年之前
父節點
當前提交
c8a0e38f3a
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5
    3
      src/freedombone-image-mesh

+ 5
- 3
src/freedombone-image-mesh 查看文件

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