From fbc32f7970b4d90e2e79189c96ba3ddd2d0e7025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Val=C3=AD=C4=8Dek=20=28YCNet=29?= Date: Sun, 28 Oct 2018 16:32:13 +0100 Subject: [PATCH] Fix.Fix... --- executor-conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/executor-conf b/executor-conf index 67221c0..210f877 100755 --- a/executor-conf +++ b/executor-conf @@ -9,7 +9,7 @@ start() { # repair ownership find /data \! -user executor -exec chown executor:executor {} \; # pidfile - touch /var/run/checker.pid - chown executor:executor /var/run/checker.pid + touch /var/run/cloner.pid + chown executor:executor /var/run/cloner.pid }