From fcac3b58cd7a15697148fdb5271b71b1aa0cca89 Mon Sep 17 00:00:00 2001 From: Tylar Date: Fri, 8 Mar 2024 15:24:40 -0500 Subject: [PATCH] fix capitalization issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7159fa..fe4aed8 100644 --- a/README.md +++ b/README.md @@ -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: