Revisão | 662ce877f12e1c3617f118941da5b918c6180ec9 (tree) |
---|---|
Hora | 2011-01-25 00:12:51 |
Autor | henoheno <henoheno> |
Commiter | henoheno |
*.lock
@@ -1,5 +1,5 @@ | ||
1 | 1 | #!/bin/sh |
2 | -# $Id: pkwk_chmod.sh,v 1.9 2011-01-16 15:18:41 henoheno Exp $ | |
2 | +# $Id: pkwk_chmod.sh,v 1.10 2011-01-24 15:12:51 henoheno Exp $ | |
3 | 3 | # Chmod script for PukiWiki DATA_HOME |
4 | 4 | # ========================================================== |
5 | 5 | Copyright='(C) 2002-2004 minix-up project, All Rights Reserved' |
@@ -38,7 +38,7 @@ list_files() | ||
38 | 38 | find "$dir" -type f -name '*.log' |
39 | 39 | ;; |
40 | 40 | backup ) find "$dir" -type f \( -name '*.txt' -or -name '*.gz' \) ;; |
41 | - cache ) find "$dir" -type f \( -name '*.dat' -or -name '*.re[fl]' \) ;; | |
41 | + cache ) find "$dir" -type f \( -name '*.dat' -or -name '*.re[fl]' -or -name '*.lock' \) ;; | |
42 | 42 | * ) find "$dir" -type f -name '*.txt' ;; |
43 | 43 | esac |
44 | 44 | done |