From 06b520877c5c69b5f8a39c834cce7f7cd2fad257 Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Thu, 17 Feb 2011 14:42:51 +0000 Subject: fix typo (chown instead of chmodw) --- modules/planet/templates/deploy_new-planet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- cgit v1.2.1