From: Silvio Rhatto Date: Mon, 3 Oct 2011 17:57:53 +0000 (-0300) Subject: Minor fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=10614d5d5cb2efc3aad189773faa4156c6078e3c;p=puppet-drupal.git Minor fixes --- 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