aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-10-03 14:57:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-10-03 14:57:53 -0300
commit10614d5d5cb2efc3aad189773faa4156c6078e3c (patch)
treea0b775025b93a7373fab562ebb1d0ddf467de6b1 /templates
parent18be94e12e934dddee60aa7fbf048cea33950fd5 (diff)
downloadpuppet-drupal-10614d5d5cb2efc3aad189773faa4156c6078e3c.tar.gz
puppet-drupal-10614d5d5cb2efc3aad189773faa4156c6078e3c.tar.bz2
Minor fixes
Diffstat (limited to 'templates')
-rw-r--r--templates/drupal.sh.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb
index cdcfc66..0677c66 100644
--- a/templates/drupal.sh.erb
+++ b/templates/drupal.sh.erb
@@ -315,7 +315,7 @@ EOF
echo "Installing drupal $series for $site using $profile profile..."
cd $BASE/drupal-$series/
drush site-install $profile --site-name="$name" --site-email="email" --locale=$locale \
- --uri="$site" --sites-subdir="$site" --account-name="$admin" --account-email="$admin_email"
+ --uri="$site" --sites-subdir="$site" --account-name="$admin" --account-mail="$admin_email"
)
echo "Done. Please check your installation."
@@ -323,7 +323,7 @@ EOF
# Main procedure
if [ -z "$1" ]; then
- echo "Usage: `basename $0` <cron|deploy|update|updatedb|upgrade|run|make|video-scheduler> [arguments]"
+ echo "Usage: `basename $0` <cron|deploy|update|updatedb|upgrade|run|make|video-scheduler|install> [arguments]"
exit 1
elif [ "$1" == "cron" ]; then
drupal_iterate cron