Remove unwanted chown
This commit is contained in:
parent
749f44dcd7
commit
35e90367bc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user