Page MenuHomeDevCentral

D3996.id10388.diff
No OneTemporary

D3996.id10388.diff

diff --git a/roles/salt-primary/software/files/autochmod-git.sh b/roles/salt-primary/software/files/autochmod-git.sh
--- a/roles/salt-primary/software/files/autochmod-git.sh
+++ b/roles/salt-primary/software/files/autochmod-git.sh
@@ -42,5 +42,6 @@
set -x
-find "$dir" -print0 -type d | xargs -0 chmod g+xw
-find "$dir" -print0 -type f | xargs -0 chmod g+w
+cd $dir
+chmod g+xw $(find . -type d)
+chmod g+w $(find . -type f)

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 10, 07:30 (10 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3513370
Default Alt Text
D3996.id10388.diff (431 B)

Event Timeline