aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-17 17:25:29 +0000
committerDamien Lallement <dams@mageia.org>2011-02-17 17:25:29 +0000
commitcb5f32ff17c3df0b5547020fe7df8f8d8464e359 (patch)
tree2ebbc3c3cb96c74e95254440feffaf104d1859fc /modules/planet
parentd74756490b3cf6c69770e5afadaa189b9b2dbc22 (diff)
downloadpuppet-cb5f32ff17c3df0b5547020fe7df8f8d8464e359.tar
puppet-cb5f32ff17c3df0b5547020fe7df8f8d8464e359.tar.gz
puppet-cb5f32ff17c3df0b5547020fe7df8f8d8464e359.tar.bz2
puppet-cb5f32ff17c3df0b5547020fe7df8f8d8464e359.tar.xz
puppet-cb5f32ff17c3df0b5547020fe7df8f8d8464e359.zip
fix mail option
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 dd7678c2..297ba529 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" mageia-webteam@<%= domain %> -c mageia-marketing@<%= 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" mageia-webteam@<%= domain %> mageia-marketing@<%= domain %>
fi
else
echo "Aborted, please try again."