Skip to content

Commit

Permalink
fix capitalization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
7yl4r authored Mar 8, 2024
1 parent 170bd9f commit fcac3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ NOTE: `${HOSTNAME}` is the name of the dockerhost system.

### checking for errors on the ERDDAP server
1. look at `{erddap_server_url/status.html` to see a list of datasets that are failing
1. search the `/erddapdata/logs/log.txt` for errors related to your dataset
1. search the `/erddapData/logs/log.txt` for errors related to your dataset
1. run `DasDds` to find errors
* `docker exec -it erddap bash -c "cd webapps/erddap/WEB-INF/ && bash DasDds.sh -verbose"`
1. once DasDds has no errors, you may need to restart the ERDDAP container to update volumes:
Expand Down

0 comments on commit fcac3b5

Please sign in to comment.