aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet/templates
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-17 17:11:29 +0000
committerDamien Lallement <dams@mageia.org>2011-02-17 17:11:29 +0000
commit4788924e3e62ee7aa08eb924f6fa6b3271b4bcba (patch)
treeb92e9aff0cfee50e7c314e57ede7938d411da429 /modules/planet/templates
parentfd404a0a409fc6a3333b5bb93485b14478e3fdec (diff)
downloadpuppet-4788924e3e62ee7aa08eb924f6fa6b3271b4bcba.tar
puppet-4788924e3e62ee7aa08eb924f6fa6b3271b4bcba.tar.gz
puppet-4788924e3e62ee7aa08eb924f6fa6b3271b4bcba.tar.bz2
puppet-4788924e3e62ee7aa08eb924f6fa6b3271b4bcba.tar.xz
puppet-4788924e3e62ee7aa08eb924f6fa6b3271b4bcba.zip
typo
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 36725905..5a437aab 100755
--- a/modules/planet/templates/deploy_new-planet.sh
+++ b/modules/planet/templates/deploy_new-planet.sh
@@ -32,7 +32,7 @@ then
/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"
- echo -e "Info: a new Planet had been deployed.\nThe locale is: \"$locale\" - http://planet.<%= domain %>/$locale\n-- \nMail sent by the script '$0' on `hostname`" | /bin/mail -s "New planet Mageia deployed" -c mageia-webteam@<%= domain %> -c mageia-marcom@<%= domain %>
+ echo -e "Info: a new Planet had been deployed.\nThe locale is: \"$locale\" - http://planet.<%= domain %>/$locale \n-- \nMail sent by the script '$0' on `hostname`" | /bin/mail -s "New planet Mageia deployed" -c mageia-webteam@<%= domain %> -c mageia-marcom@<%= domain %>
fi
else
echo "Aborted, please try again."