Fix.Fix...

This commit is contained in:
Václav Valíček 2018-10-28 16:32:13 +01:00
parent 8edebc6259
commit fbc32f7970
No known key found for this signature in database
GPG Key ID: 7CF44871CEA75938

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
}