Issue #189 fix unified grid problems found during install/upgrade on testbed
Former-commit-id:90b815d412
[formerlyf3331dc743
[formerly830a8bd7c2
] [formerly90b815d412
[formerly 4c444ce1a007f844010eb43846070d97d6c811bf]]] Former-commit-id:f3331dc743
[formerly830a8bd7c2
] Former-commit-id:f3331dc743
Former-commit-id:e557ea73c3
This commit is contained in:
parent
0c42cc83eb
commit
79b37cb270
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