madrob commented on a change in pull request #2083: URL: https://github.com/apache/lucene-solr/pull/2083#discussion_r526336171
########## File path: solr/docker/include/scripts/init-var-solr ########## @@ -31,31 +31,31 @@ function check_dir_writability { } if [ ! -d "$DIR/data" ]; then - echo "Creating $DIR/data" + #echo "Creating $DIR/data" check_dir_writability "$DIR" mkdir "$DIR/data" chmod 0770 "$DIR/data" Review comment: Combine these into `mkdir -m`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org