Remove unwanted chown

This commit is contained in:
Václav Valíček 2018-10-28 16:26:56 +01:00
parent 749f44dcd7
commit 35e90367bc
No known key found for this signature in database
GPG Key ID: 7CF44871CEA75938

View File

@ -12,7 +12,6 @@ fi
if [ $UID -eq 0 ]
then
find /data \! -user executor -exec chown executor:executor {} \;
chown executor:executor /var/run/cloner.pid
su executor -c cron-command
exit $?
fi