Explorar o código

Typo in unset-networking

Ian Goldberg hai 1 ano
pai
achega
6e9c389d46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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