Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Jul 19, 2019
1 parent 9023f0d commit 8a1125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
# SOLR config
cp ~/project/ckan/config/solr/schema.xml /etc/solr/conf/schema.xml
printf "NO_START=0\nJETTY_HOST=127.0.0.1\nJETTY_PORT=8080\nJAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64\n" | tee /etc/default/jetty9
service jetty9 restart || true # it says "jetty9 failed!" but it does seem to work!
service jetty9 restart || true # it says "jetty9 failed!" but it does seem to work! Confirm using the next command.
service jetty9 check
# Database Creation
Expand Down

0 comments on commit 8a1125a

Please sign in to comment.