summarylogtreecommitdiffstats
path: root/leed.perm.sh
diff options
context:
space:
mode:
authorFanch The System2020-04-20 17:42:32 +0200
committerFanch The System2020-04-20 17:42:32 +0200
commitf0b63db405a4b76615fb486f53dd9c2cebe0b5f5 (patch)
tree7c44edc4ea8f7a0f12712d29cfb19c8fade2d3e5 /leed.perm.sh
parentc1d1621922760ed78b93fe345288cc367d5e7d95 (diff)
downloadaur-f0b63db405a4b76615fb486f53dd9c2cebe0b5f5.tar.gz
Update Version
Diffstat (limited to 'leed.perm.sh')
-rw-r--r--leed.perm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/leed.perm.sh b/leed.perm.sh
index 1ff26f8b37ff..5c46360ccab0 100644
--- a/leed.perm.sh
+++ b/leed.perm.sh
@@ -4,6 +4,6 @@ leed_path='/usr/share/webapps/leed'
htuser='http'
htgroup='http'
-find ${leed_path}/ -type f -print0 | xargs -0 chmod 0640
-find ${leed_path}/ -type d -print0 | xargs -0 chmod 0750
+find ${leed_path}/ -type f -exec chmod 0640 {} \;
+find ${leed_path}/ -type d -exec chmod 0750 {} \;
chown -R ${htuser}:${htgroup} ${leed_path}/