diff options
author | Damien Lallement <dams@mageia.org> | 2011-02-17 17:19:32 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-02-17 17:19:32 +0000 |
commit | d74756490b3cf6c69770e5afadaa189b9b2dbc22 (patch) | |
tree | cffff2835613f508f9fdb1a31eda2998737be05c /modules | |
parent | 63c8cceca008c805bf0a54ece315ed77e2c68523 (diff) | |
download | puppet-d74756490b3cf6c69770e5afadaa189b9b2dbc22.tar puppet-d74756490b3cf6c69770e5afadaa189b9b2dbc22.tar.gz puppet-d74756490b3cf6c69770e5afadaa189b9b2dbc22.tar.bz2 puppet-d74756490b3cf6c69770e5afadaa189b9b2dbc22.tar.xz puppet-d74756490b3cf6c69770e5afadaa189b9b2dbc22.zip |
fix mageia marketing ML
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/planet/templates/deploy_new-planet.sh | 2 |
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 f4ca699c..dd7678c2 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-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" mageia-webteam@<%= domain %> -c mageia-marketing@<%= domain %> fi else echo "Aborted, please try again." |