diff --git a/deltaScripts/unified_grid/update_D2D_bundles.sh b/deltaScripts/unified_grid/update_D2D_bundles.sh
index e97e0fd8db..a9b9f09d8d 100644
--- a/deltaScripts/unified_grid/update_D2D_bundles.sh
+++ b/deltaScripts/unified_grid/update_D2D_bundles.sh
@@ -10,6 +10,7 @@ echo ""
echo "Press Enter to perform the updates Ctrl-C to quit."
read done
+IFS=$'\n'
files=`find /awips2/edex/data/utility/cave_static/*/*/bundles/ -iname '*.xml'`
if [ $? -ne 0 ]; then
diff --git a/deltaScripts/unified_grid/update_D2D_procedures.sh b/deltaScripts/unified_grid/update_D2D_procedures.sh
index be01266ac0..95070ec82d 100644
--- a/deltaScripts/unified_grid/update_D2D_procedures.sh
+++ b/deltaScripts/unified_grid/update_D2D_procedures.sh
@@ -9,6 +9,7 @@ echo ""
echo "Press Enter to perform the updates Ctrl-C to quit."
read done
+IFS=$'\n'
files=`ls /awips2/edex/data/utility/cave_static/*/*/procedures/*.xml`
if [ $? -ne 0 ]; then
diff --git a/deltaScripts/unified_grid_rollback/update_D2D_bundles.sh b/deltaScripts/unified_grid_rollback/update_D2D_bundles.sh
index c0fc99b9a1..93ab28558c 100644
--- a/deltaScripts/unified_grid_rollback/update_D2D_bundles.sh
+++ b/deltaScripts/unified_grid_rollback/update_D2D_bundles.sh
@@ -10,6 +10,7 @@ echo ""
echo "Press Enter to undo the updates Ctrl-C to quit."
read done
+IFS=$'\n'
files=`find /awips2/edex/data/utility/cave_static/*/*/bundles/ -iname '*.xml'`
if [ $? -ne 0 ]; then
diff --git a/deltaScripts/unified_grid_rollback/update_D2D_procedures.sh b/deltaScripts/unified_grid_rollback/update_D2D_procedures.sh
index fa39726707..36f170cc89 100644
--- a/deltaScripts/unified_grid_rollback/update_D2D_procedures.sh
+++ b/deltaScripts/unified_grid_rollback/update_D2D_procedures.sh
@@ -9,6 +9,7 @@ echo ""
echo "Press Enter to undo the updates Ctrl-C to quit."
read done
+IFS=$'\n'
files=`ls /awips2/edex/data/utility/cave_static/*/*/procedures/*.xml`
if [ $? -ne 0 ]; then
diff --git a/edexOsgi/build.edex/esb/conf/modes.xml b/edexOsgi/build.edex/esb/conf/modes.xml
index 98b0b40bd6..38b3028de9 100644
--- a/edexOsgi/build.edex/esb/conf/modes.xml
+++ b/edexOsgi/build.edex/esb/conf/modes.xml
@@ -110,7 +110,9 @@
cpgsrv-spring.xml
persist-ingest.xml
binlightning-common.xml
- grib-common.xml
+ parameter-common.xml
+ gridcoverage-common.xml
+ grid-common.xml
radar-common.xml
text-common.xml
level-common.xml