aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet/templates
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-17 14:49:37 +0000
committerDamien Lallement <dams@mageia.org>2011-02-17 14:49:37 +0000
commit8d800b759d89b8380198013aa1a00f4fbaca5444 (patch)
treef8109bc342c312ea34c13f36226be50bfe10f3bd /modules/planet/templates
parent176af71e8f719a22040f78e01156a07f5cb9fcb1 (diff)
downloadpuppet-8d800b759d89b8380198013aa1a00f4fbaca5444.tar
puppet-8d800b759d89b8380198013aa1a00f4fbaca5444.tar.gz
puppet-8d800b759d89b8380198013aa1a00f4fbaca5444.tar.bz2
puppet-8d800b759d89b8380198013aa1a00f4fbaca5444.tar.xz
puppet-8d800b759d89b8380198013aa1a00f4fbaca5444.zip
give right access for install.php
Diffstat (limited to 'modules/planet/templates')
-rwxr-xr-xmodules/planet/templates/deploy_new-planet.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/planet/templates/deploy_new-planet.sh b/modules/planet/templates/deploy_new-planet.sh
index b725407f..ef922554 100755
--- a/modules/planet/templates/deploy_new-planet.sh
+++ b/modules/planet/templates/deploy_new-planet.sh
@@ -31,7 +31,7 @@ then
/bin/tar zxvf $PATH_TO_FILE/moonmoon.tar.gz -C $FILE
/bin/mkdir $FILE"cache"
/bin/chown -R planet:apache $FILE
- #/bin/chmod g+w $FILE"custom" $FILE"custom/people.opml" $FILE"admin/inc/pwd.inc.php" $FILE"cache"
+ /bin/chmod g+w $FILE"custom" $FILE"custom/people.opml" $FILE"admin/inc/pwd.inc.php" $FILE"cache"
fi
else
echo "Aborted, please try again."