Remove no-longer-used variable
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 30 Jul 2018 12:35:41 +0000 (08:35 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 30 Jul 2018 12:35:41 +0000 (08:35 -0400)
bin/khatus_loop

index 682a8af..53d2825 100755 (executable)
@@ -9,9 +9,7 @@ produce_disk_space() {
 
 produce_net_addr_io() {
     ip -s addr \
-    | awk \
-        -v prefixes_of_interfaces_to_show="$PREFIXES_OF_INTERFACES_TO_SHOW" \
-        '
+    | awk '
         BEGIN {
             bytes_per_unit = 1024 * 1024
         }
This page took 0.026603 seconds and 4 git commands to generate.