Skip to content

Commit

Permalink
print out core.properties for debugging purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Mar 9, 2023
1 parent 674aec3 commit 0ce0499
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solr/solr_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 0ce0499

Please sign in to comment.