Index: dhcpcd-hooks/01-test |
diff --git a/dhcpcd-hooks/01-test b/dhcpcd-hooks/01-test |
deleted file mode 100644 |
index b46d40050bf2b2df6f760246634c4786ba503d62..0000000000000000000000000000000000000000 |
--- a/dhcpcd-hooks/01-test |
+++ /dev/null |
@@ -1,6 +0,0 @@ |
-# Just echo our DHCP options we have |
- |
-if [ "$reason" = "TEST" ]; then |
- set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort |
- set | grep "^\(new_\|old_\)" | sort |
-fi |