From: umorigu Date: Tue, 27 Mar 2018 20:16:53 +0000 (+0900) Subject: Ignore old cache files X-Git-Url: http://git.osdn.net/view?p=pukiwiki%2Fpukiwiki_devel.git;a=commitdiff_plain;h=9e0c7925d2a28b7859367279be23a8f4cb47672e;hp=476b80925dda789ed578274f1da2e94a6a7a2943 Ignore old cache files --- diff --git a/release.sh b/release.sh index d6b3485..8f68d7e 100755 --- a/release.sh +++ b/release.sh @@ -68,7 +68,7 @@ chmod_pkg(){ find . -type f | while read line; do chmod 644 "$line"; done # Add write permission for PukiWiki chmod 777 attach backup cache counter diff wiki* 2>/dev/null - chmod 666 wiki*/*.txt cache/*.dat cache/*.ref cache/*.rel 2>/dev/null + chmod 666 wiki*/*.txt 2>/dev/null ) }