瀏覽代碼

fix perm fixperm

Valentin 2 年之前
父節點
當前提交
42b4ad3438
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
+#