Procházet zdrojové kódy

Disable bmx after stop

Bob Mottram před 7 roky
rodič
revize
3e841881be
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      src/freedombone-mesh-batman

+ 2
- 0
src/freedombone-mesh-batman Zobrazit soubor

71
 
71
 
72
     systemctl stop bmx6
72
     systemctl stop bmx6
73
     systemctl stop bmx7
73
     systemctl stop bmx7
74
+    systemctl disable bmx6
75
+    systemctl disable bmx7
74
     systemctl stop dnsmasq
76
     systemctl stop dnsmasq
75
     systemctl disable dnsmasq
77
     systemctl disable dnsmasq
76
 
78