Bläddra i källkod

fix perm fixperm

Valentin 2 år sedan
förälder
incheckning
42b4ad3438
1 ändrade filer med 1 tillägg och 0 borttagningar
  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
+#