summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarp-ddns2
1 files changed, 1 insertions, 1 deletions
diff --git a/arp-ddns b/arp-ddns
index e9e7ebf..bc7bbb3 100755
--- a/arp-ddns
+++ b/arp-ddns
@@ -4,7 +4,7 @@ cd "$(dirname "$(readlink -e "$0")")"
. ./arp-ddns.conf
-echo nmap -sn $(
+nmap -sn $(
sipcalc $(
for dev in "${devs[@]}"; do
ip -4 -o addr show dev "$dev"