Skip to content

Commit

Permalink
Merge pull request #4 from isubit/master
Browse files Browse the repository at this point in the history
Updating script per issue #3
  • Loading branch information
rlfrahm committed Aug 27, 2014
2 parents ad94473 + 98c27fe commit 6ee7717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_luggage_isu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ git submodule update --init

# Install luggage, all its features and all its dependencies.
# Install Drupal 7 using the minimal profile.
drush $ALIAS si minimal -y --db-url=mysql://$DBCREDS@localhost/luggage --site-name=luggage --account-name=adminn install_configure_form.update_status_module='array(FALSE,FALSE)'
drush $ALIAS si minimal -y --db-url=mysql://$DBCREDS@localhost/luggage_isu --site-name=luggage_isu --account-name=adminn install_configure_form.update_status_module='array(FALSE,FALSE)'

# Install Theme - Suitcase
drush $ALIAS en -y suitcase
Expand Down

0 comments on commit 6ee7717

Please sign in to comment.