From 6b501a6a639677ac6db55deaa21900a0e5a23902 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 26 Apr 2012 21:30:56 +1200 Subject: [PATCH] Fix a typo. --- run-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-backup b/run-backup index fd76d95..4c5d30f 100755 --- a/run-backup +++ b/run-backup @@ -51,7 +51,7 @@ check_host() { # Check the neighbour table. If $HOST_NAME is *us* then we won't have an # entry, that is why HOST_MAC is optional. Could check ip link to see if - $ $HOST_MAC is on this box. + # $HOST_MAC is on this box. local mac=$(ip neigh | egrep "^$ip " | grep REACHABLE | awk '{ print $5 }' ) if [ $(echo $mac | wc -l ) -ne 1 ] then -- 2.30.2