Merge "Issue #189 fix unified grid problems found during install/upgrade on testbed" into Unified_Grid
Former-commit-id:6dee20ba1e
[formerly77ba8fb235
] [formerlyb58c8f9f38
] [formerly6dee20ba1e
[formerly77ba8fb235
] [formerlyb58c8f9f38
] [formerlyb7e9c46d14
[formerlyb58c8f9f38
[formerly dd0f0dcdf53081ef2bbce77727f9fee33f63d3f9]]]] Former-commit-id:b7e9c46d14
Former-commit-id:073bf40c20
[formerly6dea7ce9bd
] [formerly 51570e697a997fe43fa22d8b5d8dd02704e5f366 [formerlyc95ad31b34
]] Former-commit-id: 4fb2794c5af1614c1a70c1bc13cae5f124355a14 [formerlyd03796a962
] Former-commit-id:6d6e094164
This commit is contained in:
commit
f9948e84d5
5 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue