Skip to content

Commit

Permalink
Reverted changes to solr config script for DrupalVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored and mikemadison13 committed Jun 4, 2018
1 parent 5b8a7f8 commit 9941526
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions scripts/drupal-vm/configure-solr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ if [ ! -e "$SOLR_SETUP_COMPLETE_FILE" ]; then
sudo chown -R solr:solr $SOLR_CORE_PATH/conf

# Restart Apache Solr.
#
# There is some problem with the service command suggested by DrupalVM, hence
# we use init instead. See:
# - https://github.com/geerlingguy/ansible-role-solr/pull/81
# - https://github.com/geerlingguy/drupal-vm/issues/1546
sudo /etc/init.d/solr stop
sudo /etc/init.d/solr start
sudo service solr restart

# Create a file to indicate this script has already run.
sudo touch $SOLR_SETUP_COMPLETE_FILE
Expand Down

0 comments on commit 9941526

Please sign in to comment.