Fix.Fix...

This commit is contained in:
2018-10-28 16:32:13 +01:00
parent 8edebc6259
commit fbc32f7970

View File

@@ -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
}