Remove unwanted chown
This commit is contained in:
parent
749f44dcd7
commit
35e90367bc
|
@ -12,7 +12,6 @@ fi
|
||||||
if [ $UID -eq 0 ]
|
if [ $UID -eq 0 ]
|
||||||
then
|
then
|
||||||
find /data \! -user executor -exec chown executor:executor {} \;
|
find /data \! -user executor -exec chown executor:executor {} \;
|
||||||
chown executor:executor /var/run/cloner.pid
|
|
||||||
su executor -c cron-command
|
su executor -c cron-command
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user