aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-17 17:08:03 +0000
committerDamien Lallement <dams@mageia.org>2011-02-17 17:08:03 +0000
commitfd404a0a409fc6a3333b5bb93485b14478e3fdec (patch)
treec47bedbf8d4436cb0d826fe5937238e030fbd256 /modules/planet
parent71c7fa704f818530d1faa9a9187a071ffa48333d (diff)
downloadpuppet-fd404a0a409fc6a3333b5bb93485b14478e3fdec.tar
puppet-fd404a0a409fc6a3333b5bb93485b14478e3fdec.tar.gz
puppet-fd404a0a409fc6a3333b5bb93485b14478e3fdec.tar.bz2
puppet-fd404a0a409fc6a3333b5bb93485b14478e3fdec.tar.xz
puppet-fd404a0a409fc6a3333b5bb93485b14478e3fdec.zip
fix CC mailling
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 786f4eef..36725905 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 %>,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."