From f63cb73b025edffba63c1aec0e40eef52280de7c Mon Sep 17 00:00:00 2001
From: Carmelo Pellegrino <carmelo.pellegrino@gmail.com>
Date: Wed, 20 May 2015 11:48:38 +0200
Subject: [PATCH] lock file renamed

---
 patch-control.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patch-control.sh b/patch-control.sh
index 5eea432..bf2a612 100644
--- a/patch-control.sh
+++ b/patch-control.sh
@@ -17,7 +17,7 @@ function rm_lock() {
 }
 
 function test_lock() {
-  if [ -e /tmp/auto_ss ]; then
+  if [ -e /tmp/pc.lock ]; then
     return 1
   else
     return 0
-- 
GitLab