diff options
-rw-r--r-- | dhcpcd-hooks/95-configured | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpcd-hooks/95-configured b/dhcpcd-hooks/95-configured index 7f1b0ab..ee33b49 100644 --- a/dhcpcd-hooks/95-configured +++ b/dhcpcd-hooks/95-configured @@ -2,14 +2,14 @@ # has completed. It sets a property to let the framework # know that setting up the interface is complete. -# For debugging: - if [[ $interface == p2p* ]] then intf=p2p else intf=$interface fi + +# For debugging: setprop dhcp.${intf}.reason "${reason}" case "${reason}" in |