Skip to content

Commit

Permalink
Revert "Updated with some modules"
Browse files Browse the repository at this point in the history
This reverts commit f6925b3.
  • Loading branch information
ricardoamaro committed Feb 1, 2014
1 parent 8d16742 commit d84347d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ if [ ! -f /var/www/sites/default/settings.php ]; then
a2enmod rewrite vhost_alias
cd /var/www/
drush site-install standard -y --account-name=admin --account-pass=admin --db-url="mysqli://drupal:${DRUPAL_PASSWORD}@localhost:3306/drupal"
#Bulk add some modules
drush -y dl coder coder_tough_love simpletest
drush -y en help dblog coder coder_tough_love simpletest
killall mysqld
sleep 10s
fi
Expand Down

0 comments on commit d84347d

Please sign in to comment.