aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-25 22:30:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-25 22:30:41 -0300
commitcf48017df860bbce434f00b0f6d22dd81f2ccfd5 (patch)
treed3006fb6c354e50b33683f68e668f9cd1dddd979 /lib
parent18cf5a99d0eee6560ee2826969620bae30b91938 (diff)
downloadhttruta-cf48017df860bbce434f00b0f6d22dd81f2ccfd5.tar.gz
httruta-cf48017df860bbce434f00b0f6d22dd81f2ccfd5.tar.bz2
Minor fix
Diffstat (limited to 'lib')
-rw-r--r--lib/httracker/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/httracker/functions b/lib/httracker/functions
index e3c81c4..3e1c54f 100644
--- a/lib/httracker/functions
+++ b/lib/httracker/functions
@@ -159,7 +159,7 @@ function httracker_check_lockfile {
exit
else
echo "Found old lockfile $LOCKFILE, removing it"
- unset_LOCKFILE
+ httracker_unset_lockfile
fi
fi
}