Remove ingestDat from the edexServiceList

This commit is contained in:
ucar-tmeyer 2022-10-18 09:42:12 -07:00
parent 3f882172b0
commit 1aebac3c5b

View file

@ -112,7 +112,7 @@ if [ "${1}" = "1" ]; then
#add services to the edex service list #add services to the edex service list
LIST_FILE=/etc/init.d/edexServiceList LIST_FILE=/etc/init.d/edexServiceList
BASE_SERVICES=(ingest ingestDat ingestGrib request) BASE_SERVICES=(ingest ingestGrib request)
if [ -f $LIST_FILE ]; then if [ -f $LIST_FILE ]; then
source $LIST_FILE source $LIST_FILE