OSDN Git Service

Ignore trackback directory permission
authorumorigu <umorigu@gmail.com>
Wed, 24 Feb 2016 13:00:51 +0000 (22:00 +0900)
committerumorigu <umorigu@gmail.com>
Wed, 24 Feb 2016 13:00:51 +0000 (22:00 +0900)
release.sh

index b8a5c3b..7b5c3bc 100755 (executable)
@@ -67,7 +67,7 @@ chmod_pkg(){
     find . -type d | while read line; do chmod 755 "$line"; done
     find . -type f | while read line; do chmod 644 "$line"; done
     # Add write permission for PukiWiki
-    chmod 777 attach backup cache counter diff trackback wiki* 2>/dev/null
+    chmod 777 attach backup cache counter diff wiki* 2>/dev/null
     chmod 666 wiki*/*.txt cache/*.dat cache/*.ref cache/*.rel  2>/dev/null
   )
 }