Browse Source

Typo in unset-networking

Ian Goldberg 1 year ago
parent
commit
6e9c389d46
1 changed files with 1 additions and 1 deletions
  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