# HG changeset patch # User Yoshiki Yazawa # Date 1267690262 -32400 # Node ID 6619fefc70568190d093e2e9d7c668081090760e # Parent 10b2306693d91def97a36f680e66f574af7bc859 make config.xml writable by anyone if it exists. diff -r 10b2306693d9 -r 6619fefc7056 chmod.sh --- a/chmod.sh Thu Mar 04 17:09:23 2010 +0900 +++ b/chmod.sh Thu Mar 04 17:11:02 2010 +0900 @@ -1,2 +1,3 @@ #!/bin/sh chmod 777 cache settings templates templates_c thumbs +chmod -f 666 settings/config.xml