Explorar el Código

fix perm fixperm

Valentin hace 2 años
padre
commit
42b4ad3438
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      fixperms.sh

+ 1 - 0
fixperms.sh

@@ -5,3 +5,4 @@ find ./bin -type f -exec chmod 775 {} \;
 find . -type d -exec chmod 775 {} \;
 find . -type d -exec chmod +s {} \;
 chmod +x ./fixperms.sh
+#