]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Minor fixes
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 3 Oct 2011 17:57:53 +0000 (14:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 3 Oct 2011 17:57:53 +0000 (14:57 -0300)
templates/drupal.sh.erb

index cdcfc668cad6108b285b9ff908c83b7ce8c59922..0677c66ae200535586c316999a0dd35106365cba 100644 (file)
@@ -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