aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-17 14:40:19 +0000
committerDamien Lallement <dams@mageia.org>2011-02-17 14:40:19 +0000
commitda76579b1d562058ac9d4daf5cf13a035ce220b1 (patch)
tree088d5ae9dbb76b85f9f861b2bff0d1deb6f1a8b5 /modules/planet
parentb1ad7d0ce3efdc4f7d18674f40c381ab98463986 (diff)
downloadpuppet-da76579b1d562058ac9d4daf5cf13a035ce220b1.tar
puppet-da76579b1d562058ac9d4daf5cf13a035ce220b1.tar.gz
puppet-da76579b1d562058ac9d4daf5cf13a035ce220b1.tar.bz2
puppet-da76579b1d562058ac9d4daf5cf13a035ce220b1.tar.xz
puppet-da76579b1d562058ac9d4daf5cf13a035ce220b1.zip
fix typo (bis)
Diffstat (limited to 'modules/planet')
-rwxr-xr-xmodules/planet/templates/deploy_new-planet.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/planet/templates/deploy_new-planet.sh b/modules/planet/templates/deploy_new-planet.sh
index 755a1a86..de1524d6 100755
--- a/modules/planet/templates/deploy_new-planet.sh
+++ b/modules/planet/templates/deploy_new-planet.sh
@@ -29,9 +29,9 @@ then
exit 2
fi
/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"custom" $FILE"custom/people.opml" $FILE"admin/inc/pwd.inc.php"
+ /bin/mkdir $FILE"cache"
+ /bin/chown g+w $FILE"cache"
fi
else
echo "Aborted, please try again."