Revisão | 9e0c7925d2a28b7859367279be23a8f4cb47672e (tree) |
---|---|
Hora | 2018-03-28 05:16:53 |
Autor | ![]() |
Commiter | umorigu |
Ignore old cache files
@@ -68,7 +68,7 @@ chmod_pkg(){ | ||
68 | 68 | find . -type f | while read line; do chmod 644 "$line"; done |
69 | 69 | # Add write permission for PukiWiki |
70 | 70 | chmod 777 attach backup cache counter diff wiki* 2>/dev/null |
71 | - chmod 666 wiki*/*.txt cache/*.dat cache/*.ref cache/*.rel 2>/dev/null | |
71 | + chmod 666 wiki*/*.txt 2>/dev/null | |
72 | 72 | ) |
73 | 73 | } |
74 | 74 |