From f51a0b33c96c54d35d2318838ac769e1fbb3b786 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 29 Oct 2010 22:56:10 +0000 Subject: [PATCH] new settings used to create Piwigo archives git-svn-id: http://piwigo.org/svn/branches/2.1@7491 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/pwg_rel_create.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/tools/pwg_rel_create.sh b/tools/pwg_rel_create.sh index 4f62a914c..74f2ca768 100755 --- a/tools/pwg_rel_create.sh +++ b/tools/pwg_rel_create.sh @@ -31,9 +31,14 @@ cd $version svn export http://piwigo.org/svn/tags/$tag piwigo -# creating database.inc.php empty and writeable -touch piwigo/local/config/database.inc.php -chmod a+w piwigo/local/config/database.inc.php +chmod -R a+w piwigo/local + +mkdir piwigo/_data +chmod a+w piwigo/_data +touch piwigo/_data/dummy.txt + +mkdir piwigo/upload +chmod a+w piwigo/upload zip -r $name.zip piwigo