From 10614d5d5cb2efc3aad189773faa4156c6078e3c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 3 Oct 2011 14:57:53 -0300 Subject: Minor fixes --- templates/drupal.sh.erb | 4 ++-- 1 file 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` [arguments]" + echo "Usage: `basename $0` [arguments]" exit 1 elif [ "$1" == "cron" ]; then drupal_iterate cron -- cgit v1.2.3