diff --git a/dockerbin/cron-command b/dockerbin/cron-command index fe32f63..6a7ca18 100755 --- a/dockerbin/cron-command +++ b/dockerbin/cron-command @@ -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