Skip to content

Commit

Permalink
Start LDM was added back in to the edex start up script
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanycmeyer13 committed Jul 12, 2021
1 parent 2c8f592 commit 5c51db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpms/awips2.upc/Installer.awips/programs/edex
Original file line number Diff line number Diff line change
Expand Up @@ -326,13 +326,13 @@ edex_start() {
elif [ "${args[1]}" == 'ingest' ]; then
printf "#!/bin/bash\nexport SERVICES=( 'ingest' 'ingestGrib' )\n" > /etc/init.d/edexServiceList
su -c "service edex_camel start"
#ldm_start
ldm_start
elif [ "${args[1]}" == 'database' ]; then
printf "#!/bin/bash\nexport SERVICES=( 'request' )\n" > /etc/init.d/edexServiceList
su -c "service edex_camel start"
elif [ "${args[1]}" != 'dev' ]; then
su -c "service edex_camel start"
#ldm_start
ldm_start
fi
}

Expand Down

0 comments on commit 5c51db1

Please sign in to comment.