diff --git a/solr/solr_setup.sh b/solr/solr_setup.sh index b5f282d8..c18320ae 100755 --- a/solr/solr_setup.sh +++ b/solr/solr_setup.sh @@ -22,6 +22,9 @@ check_folder() { # check the index folders and lock status find ${lockpath} -type d -name index* | xargs du -ch find $lockpath -name write.lock | xargs ls -l + echo "####core.properties" + cat /var/solr/data/ckan/core.properties + echo "####core.properties" } run_check() {