aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-17 14:42:51 +0000
committerDamien Lallement <dams@mageia.org>2011-02-17 14:42:51 +0000
commit06b520877c5c69b5f8a39c834cce7f7cd2fad257 (patch)
treec718d8c4865e46d69d6b23b895e0ae0121e9d4bc /modules/planet
parentda76579b1d562058ac9d4daf5cf13a035ce220b1 (diff)
downloadpuppet-06b520877c5c69b5f8a39c834cce7f7cd2fad257.tar
puppet-06b520877c5c69b5f8a39c834cce7f7cd2fad257.tar.gz
puppet-06b520877c5c69b5f8a39c834cce7f7cd2fad257.tar.bz2
puppet-06b520877c5c69b5f8a39c834cce7f7cd2fad257.tar.xz
puppet-06b520877c5c69b5f8a39c834cce7f7cd2fad257.zip
fix typo (chown instead of chmodw)
Diffstat (limited to 'modules/planet')
-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 de1524d6..28a6fba7 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/chmod g+w $FILE"custom" $FILE"custom/people.opml" $FILE"admin/inc/pwd.inc.php"
/bin/mkdir $FILE"cache"
- /bin/chown g+w $FILE"cache"
+ /bin/chmod g+w $FILE"cache"
fi
else
echo "Aborted, please try again."