Procházet zdrojové kódy

Typo in unset-networking

Ian Goldberg před 1 rokem
rodič
revize
6e9c389d46
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      unset-networking

+ 1 - 1
unset-networking

@@ -1,5 +1,5 @@
 #!/bin/bash
 
-for ctnr in floram_p1 floram_p1; do
+for ctnr in floram_p0 floram_p1; do
     docker exec --privileged $ctnr bash -c "if tc qdisc list dev eth0 | grep -q netem; then tc qdisc del dev eth0 root; fi"
 done