From 69c4602aca9da2729e48a0027b7f18be9fd1abdd Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Sat, 14 Feb 2015 09:43:14 +0100 Subject: [PATCH] Fixed lockdir path. --- backmeupscotty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backmeupscotty b/backmeupscotty index e17a4c6..68afaf6 100644 --- a/backmeupscotty +++ b/backmeupscotty @@ -126,7 +126,7 @@ function scottysync { } function deleteLock { - if ! rmdir /tmp/$(basename $0).lock; then + if ! rmdir /var/run/$(basename $0).lock; then scottyerror "Could not delete lockfile /tmp/$(basename $0).lock!" fi } -- 2.39.5