diff --git a/edexOsgi/com.raytheon.edex.plugin.radar/res/spring/radar-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.radar/res/spring/radar-ingest.xml index 0c2a9bed1a..3a63a077c9 100644 --- a/edexOsgi/com.raytheon.edex.plugin.radar/res/spring/radar-ingest.xml +++ b/edexOsgi/com.raytheon.edex.plugin.radar/res/spring/radar-ingest.xml @@ -42,7 +42,7 @@ - + radar-sbn diff --git a/rpms/awips2.upc/Installer.edex-upc/programs/edex b/rpms/awips2.upc/Installer.edex-upc/programs/edex index 50efc1e48c..627c63e298 100755 --- a/rpms/awips2.upc/Installer.edex-upc/programs/edex +++ b/rpms/awips2.upc/Installer.edex-upc/programs/edex @@ -326,8 +326,6 @@ edex_stop() { # stop all edex services su -c "service qpidd stop" su -c "service httpd-pypies stop" su -c "service edex_postgres stop" - sleep 5 - su -c "service qpidd stop" edex_status; }