Remove no-longer-used variable
[khatus.git] / 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.029684 seconds and 4 git commands to generate.