Selaa lähdekoodia

fixed fixperms

Bachir Soussi Chiadmi 4 vuotta sitten
vanhempi
commit
0dd3cc77a7
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      fixperms.sh

+ 1 - 0
fixperms.sh

@@ -6,3 +6,4 @@ sh -c "find ./bin -type f | xargs chmod 775"
 sh -c "find . -type d | xargs chmod 775"
 sh -c "find . -type d | xargs chmod +s"
 sh -c"umask 0002"
+chmod +x fixperms.sh