Closed dburm closed 7 years ago
chown -R is too much time consuming here. Let's use find -exec instead
chown -R
find -exec
Thanks for this awesome patch.
chown -R
is too much time consuming here. Let's usefind -exec
instead