summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2011-05-06 21:27:24 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2011-05-06 21:27:24 -0700
commitd0967ef9661e83bd950e75f072dafecc62f17dd6 (patch)
tree68878874f65426dea7f1d6a438c67113acb15746
parent5f5d62581b1818ae50db639641035bd68307b104 (diff)
downloadpiny-code-d0967ef9661e83bd950e75f072dafecc62f17dd6.tar.gz
piny-code-d0967ef9661e83bd950e75f072dafecc62f17dd6.zip
piny_permission should default to 664
-rw-r--r--libpiny/lib/Piny/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpiny/lib/Piny/Config.pm b/libpiny/lib/Piny/Config.pm
index c2e5abc..aa4a284 100644
--- a/libpiny/lib/Piny/Config.pm
+++ b/libpiny/lib/Piny/Config.pm
@@ -223,7 +223,7 @@ tweakable "piny_ikiwikisrcdir" => "/srv/ikiwiki/", 'PathDir';
tweakable "piny_ikiwikiurl" => "http://piny.be/", 'HttpUrl';
tweakable "piny_ikiwikisecureurl" => "https://secure.piny.be/", 'HttpsUrl';
tweakable "piny_ikiwikisecurepath" => "/srv/www/secure.piny.be/", 'PathDir';
-tweakable "piny_permission" => '660', 'RepoPermission';
+tweakable "piny_permission" => '664', 'RepoPermission';
tweakable "receive_denynonfastforwards" => "true", 'GitBool';
# User-specific tweakables, in the users' ~/.gitconfig files.