Merge "Issue #189 fix unified grid problems found during install/upgrade on testbed" into Unified_Grid

Former-commit-id: b7e9c46d14 [formerly dd0f0dcdf53081ef2bbce77727f9fee33f63d3f9]
Former-commit-id: b58c8f9f38
This commit is contained in:
Richard Peter 2012-10-19 11:10:52 -05:00 committed by Gerrit Code Review
commit 77ba8fb235
5 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -110,7 +110,9 @@
<include>cpgsrv-spring.xml</include>
<include>persist-ingest.xml</include>
<include>binlightning-common.xml</include>
<include>grib-common.xml</include>
<include>parameter-common.xml</include>
<include>gridcoverage-common.xml</include>
<include>grid-common.xml</include>
<include>radar-common.xml</include>
<include>text-common.xml</include>
<include>level-common.xml</include>