aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-17 14:38:55 +0000
committerDamien Lallement <dams@mageia.org>2011-02-17 14:38:55 +0000
commitb1ad7d0ce3efdc4f7d18674f40c381ab98463986 (patch)
treeb821c8b1e1bd7700211304d23f648a51702a4af5 /modules/planet
parent75464422d78799175e1f9a2698510f6e1b5ed759 (diff)
downloadpuppet-b1ad7d0ce3efdc4f7d18674f40c381ab98463986.tar
puppet-b1ad7d0ce3efdc4f7d18674f40c381ab98463986.tar.gz
puppet-b1ad7d0ce3efdc4f7d18674f40c381ab98463986.tar.bz2
puppet-b1ad7d0ce3efdc4f7d18674f40c381ab98463986.tar.xz
puppet-b1ad7d0ce3efdc4f7d18674f40c381ab98463986.zip
fix typo
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 cc60f46a..755a1a86 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 $FILEcustom $FILEcustom/people.opml $FILEadmin/inc/pwd.inc.php
- /bin/mkdir $FILEcache
- /bin/chown g+w $FILEcache
+ /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."