From cc9f35a4b727c943cfc073d7d550993e28425b38 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 17 May 2012 13:04:48 -0400 Subject: [PATCH] Set the right permissions on new localization folders --- bin/importgettext.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/importgettext.sh b/bin/importgettext.sh index d29a318..aab6101 100755 --- a/bin/importgettext.sh +++ b/bin/importgettext.sh @@ -71,7 +71,7 @@ $output .= "\n"; $dir = dirname($outfn); - @mkdir($dir, 664, true); + @mkdir($dir, 0755, true); if (file_put_contents($outfn, $output)) echo "-> $outfn\n"; } -- Gitblit v1.9.1