From 475849bd919b099d21589eb373008a9631204f15 Mon Sep 17 00:00:00 2001 From: Bryan Kowal Date: Thu, 23 Feb 2012 16:46:48 -0600 Subject: [PATCH] Issue #202 - remove obsolete edex prefix verifications. Former-commit-id: c2cd292c3235b063f7e516ecf58ac4c0ff3ddc67 [formerly 6984db8c852a552867b1b8159637d96dcd83ab5a] Former-commit-id: 1e3e31a6578765bde70696207116030b8e5b14a9 --- .../Installer.edex-binlightning/component.spec | 16 +--------------- .../Installer.edex-bufr/component.spec | 16 +--------------- .../Installer.edex-common-core/component.spec | 16 +--------------- .../Installer.edex-configuration/component.spec | 12 +----------- .../Installer.edex-core/component.spec | 16 +--------------- .../Installer.edex-cots/component.spec | 14 -------------- .../Installer.edex-dat/component.spec | 16 +--------------- .../Installer.edex-dataplugins/component.spec | 16 +--------------- .../Installer.edex-gfe/component.spec | 16 +--------------- .../Installer.edex-grib/component.spec | 16 +--------------- .../Installer.edex-hydro/component.spec | 2 +- .../Installer.edex-native/component.spec | 16 +--------------- .../Installer.edex-radar/component.spec | 16 +--------------- .../Installer.edex-satellite/component.spec | 16 +--------------- .../Installer.edex-shapefiles/component.spec | 2 +- .../Installer.edex-text/component.spec | 16 +--------------- 16 files changed, 15 insertions(+), 207 deletions(-) diff --git a/rpms/awips2.edex/Installer.edex-binlightning/component.spec b/rpms/awips2.edex/Installer.edex-binlightning/component.spec index 74a672f3f3..414b450867 100644 --- a/rpms/awips2.edex/Installer.edex-binlightning/component.spec +++ b/rpms/awips2.edex/Installer.edex-binlightning/component.spec @@ -77,20 +77,6 @@ ${ANT_EXE} -file ${WORKSPACE_DIR}/${DEPLOY_SCRIPT} \ -Dcomponent.to.deploy=edex-binlightning %pre -if [ "${1}" = "1" ]; then - # This Is An Installation - Not An Upgrade. - # Ensure That We Are Being Installed To The Correct Location. - EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` - if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Plugins MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 - fi -fi - if [ "${1}" = "2" ]; then exit 0 fi @@ -155,4 +141,4 @@ rm -rf ${RPM_BUILD_ROOT} #---------------------------------------------------------------------------# %dir /awips2 %dir /awips2/edex -/awips2/edex/* \ No newline at end of file +/awips2/edex/* diff --git a/rpms/awips2.edex/Installer.edex-bufr/component.spec b/rpms/awips2.edex/Installer.edex-bufr/component.spec index c91730b5bb..673fd08bdc 100644 --- a/rpms/awips2.edex/Installer.edex-bufr/component.spec +++ b/rpms/awips2.edex/Installer.edex-bufr/component.spec @@ -77,20 +77,6 @@ ${ANT_EXE} -file ${WORKSPACE_DIR}/${DEPLOY_SCRIPT} \ -Dcomponent.to.deploy=edex-bufr %pre -if [ "${1}" = "1" ]; then - # This Is An Installation - Not An Upgrade. - # Ensure That We Are Being Installed To The Correct Location. - EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` - if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Plugins MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 - fi -fi - if [ "${1}" = "2" ]; then exit 0 fi @@ -155,4 +141,4 @@ rm -rf ${RPM_BUILD_ROOT} #---------------------------------------------------------------------------# %dir /awips2 %dir /awips2/edex -/awips2/edex/* \ No newline at end of file +/awips2/edex/* diff --git a/rpms/awips2.edex/Installer.edex-common-core/component.spec b/rpms/awips2.edex/Installer.edex-common-core/component.spec index a8234eddf2..529222fc82 100644 --- a/rpms/awips2.edex/Installer.edex-common-core/component.spec +++ b/rpms/awips2.edex/Installer.edex-common-core/component.spec @@ -79,20 +79,6 @@ ${ANT_EXE} -file ${WORKSPACE_DIR}/${DEPLOY_SCRIPT} \ %pre -if [ "${1}" = "1" ]; then - # This Is An Installation - Not An Upgrade. - # Ensure That We Are Being Installed To The Correct Location. - EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` - if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Plugins MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 - fi -fi - if [ "${1}" = "2" ]; then exit 0 fi @@ -157,4 +143,4 @@ rm -rf ${RPM_BUILD_ROOT} #---------------------------------------------------------------------------# %dir /awips2 %dir /awips2/edex -/awips2/edex/* \ No newline at end of file +/awips2/edex/* diff --git a/rpms/awips2.edex/Installer.edex-configuration/component.spec b/rpms/awips2.edex/Installer.edex-configuration/component.spec index 830ad8b313..6476f09453 100644 --- a/rpms/awips2.edex/Installer.edex-configuration/component.spec +++ b/rpms/awips2.edex/Installer.edex-configuration/component.spec @@ -75,16 +75,6 @@ if [ "${1}" = "2" ]; then exit 0 fi -EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` -if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Files MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 -fi - echo -e "\e[1;34m--------------------------------------------------------------------------------\e[m" echo -e "\e[1;34m\| Installing AWIPS II Edex Configuration...\e[m" echo -e "\e[1;34m--------------------------------------------------------------------------------\e[m" @@ -241,4 +231,4 @@ rm -rf ${RPM_BUILD_ROOT} %dir /awips2 %dir /awips2/edex %dir /awips2/edex/bin -%config(noreplace) /awips2/edex/bin/setup.env \ No newline at end of file +%config(noreplace) /awips2/edex/bin/setup.env diff --git a/rpms/awips2.edex/Installer.edex-core/component.spec b/rpms/awips2.edex/Installer.edex-core/component.spec index 589c79f75a..addcd4d532 100644 --- a/rpms/awips2.edex/Installer.edex-core/component.spec +++ b/rpms/awips2.edex/Installer.edex-core/component.spec @@ -77,20 +77,6 @@ ${ANT_EXE} -file ${WORKSPACE_DIR}/${DEPLOY_SCRIPT} \ -Dcomponent.to.deploy=edex-core %pre -if [ "${1}" = "1" ]; then - # This Is An Installation - Not An Upgrade. - # Ensure That We Are Being Installed To The Correct Location. - EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` - if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Plugins MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 - fi -fi - if [ "${1}" = "2" ]; then exit 0 fi @@ -155,4 +141,4 @@ rm -rf ${RPM_BUILD_ROOT} #---------------------------------------------------------------------------# %dir /awips2 %dir /awips2/edex -/awips2/edex/* \ No newline at end of file +/awips2/edex/* diff --git a/rpms/awips2.edex/Installer.edex-cots/component.spec b/rpms/awips2.edex/Installer.edex-cots/component.spec index 7dbb8e603b..08d9c08882 100644 --- a/rpms/awips2.edex/Installer.edex-cots/component.spec +++ b/rpms/awips2.edex/Installer.edex-cots/component.spec @@ -80,20 +80,6 @@ ${ANT_EXE} -file ${DEPLOY_SCRIPT} \ popd %pre -if [ "${1}" = "1" ]; then - # This Is An Installation - Not An Upgrade. - # Ensure That We Are Being Installed To The Correct Location. - EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` - if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Plugins MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 - fi -fi - if [ "${1}" = "2" ]; then exit 0 fi diff --git a/rpms/awips2.edex/Installer.edex-dat/component.spec b/rpms/awips2.edex/Installer.edex-dat/component.spec index 2859d3da31..aaf3c6a42a 100644 --- a/rpms/awips2.edex/Installer.edex-dat/component.spec +++ b/rpms/awips2.edex/Installer.edex-dat/component.spec @@ -77,20 +77,6 @@ ${ANT_EXE} -file ${WORKSPACE_DIR}/${DEPLOY_SCRIPT} \ -Dcomponent.to.deploy=edex-dat %pre -if [ "${1}" = "1" ]; then - # This Is An Installation - Not An Upgrade. - # Ensure That We Are Being Installed To The Correct Location. - EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` - if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Plugins MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 - fi -fi - if [ "${1}" = "2" ]; then exit 0 fi @@ -155,4 +141,4 @@ rm -rf ${RPM_BUILD_ROOT} #---------------------------------------------------------------------------# %dir /awips2 %dir /awips2/edex -/awips2/edex/* \ No newline at end of file +/awips2/edex/* diff --git a/rpms/awips2.edex/Installer.edex-dataplugins/component.spec b/rpms/awips2.edex/Installer.edex-dataplugins/component.spec index 8912ec426a..375458669b 100644 --- a/rpms/awips2.edex/Installer.edex-dataplugins/component.spec +++ b/rpms/awips2.edex/Installer.edex-dataplugins/component.spec @@ -77,20 +77,6 @@ ${ANT_EXE} -file ${WORKSPACE_DIR}/${DEPLOY_SCRIPT} \ -Dcomponent.to.deploy=edex-dataplugins %pre -if [ "${1}" = "1" ]; then - # This Is An Installation - Not An Upgrade. - # Ensure That We Are Being Installed To The Correct Location. - EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` - if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Plugins MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 - fi -fi - if [ "${1}" = "2" ]; then exit 0 fi @@ -155,4 +141,4 @@ rm -rf ${RPM_BUILD_ROOT} #---------------------------------------------------------------------------# %dir /awips2 %dir /awips2/edex -/awips2/edex/* \ No newline at end of file +/awips2/edex/* diff --git a/rpms/awips2.edex/Installer.edex-gfe/component.spec b/rpms/awips2.edex/Installer.edex-gfe/component.spec index 519a7fc464..46caa2ad42 100644 --- a/rpms/awips2.edex/Installer.edex-gfe/component.spec +++ b/rpms/awips2.edex/Installer.edex-gfe/component.spec @@ -95,20 +95,6 @@ do done %pre -if [ "${1}" = "1" ]; then - # This Is An Installation - Not An Upgrade. - # Ensure That We Are Being Installed To The Correct Location. - EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` - if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Plugins MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 - fi -fi - if [ "${1}" = "2" ]; then exit 0 fi @@ -177,4 +163,4 @@ rm -rf ${RPM_BUILD_ROOT} %dir /awips2/edex/data /awips2/edex/data/* %dir /awips2/edex/lib -/awips2/edex/lib/* \ No newline at end of file +/awips2/edex/lib/* diff --git a/rpms/awips2.edex/Installer.edex-grib/component.spec b/rpms/awips2.edex/Installer.edex-grib/component.spec index bf15b16063..fa317e3ad0 100644 --- a/rpms/awips2.edex/Installer.edex-grib/component.spec +++ b/rpms/awips2.edex/Installer.edex-grib/component.spec @@ -77,20 +77,6 @@ ${ANT_EXE} -file ${WORKSPACE_DIR}/${DEPLOY_SCRIPT} \ -Dcomponent.to.deploy=edex-grib %pre -if [ "${1}" = "1" ]; then - # This Is An Installation - Not An Upgrade. - # Ensure That We Are Being Installed To The Correct Location. - EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` - if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Plugins MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 - fi -fi - if [ "${1}" = "2" ]; then exit 0 fi @@ -155,4 +141,4 @@ rm -rf ${RPM_BUILD_ROOT} #---------------------------------------------------------------------------# %dir /awips2 %dir /awips2/edex -/awips2/edex/* \ No newline at end of file +/awips2/edex/* diff --git a/rpms/awips2.edex/Installer.edex-hydro/component.spec b/rpms/awips2.edex/Installer.edex-hydro/component.spec index e319de2065..6e8c577fa5 100644 --- a/rpms/awips2.edex/Installer.edex-hydro/component.spec +++ b/rpms/awips2.edex/Installer.edex-hydro/component.spec @@ -93,4 +93,4 @@ rm -rf ${RPM_BUILD_ROOT} %defattr(644,awips,fxalpha,755) %dir /awips2 %dir /awips2/edex -/awips2/edex/* \ No newline at end of file +/awips2/edex/* diff --git a/rpms/awips2.edex/Installer.edex-native/component.spec b/rpms/awips2.edex/Installer.edex-native/component.spec index ecee5bfada..ff68aa8e43 100644 --- a/rpms/awips2.edex/Installer.edex-native/component.spec +++ b/rpms/awips2.edex/Installer.edex-native/component.spec @@ -61,20 +61,6 @@ cp -r ${MHS_LIB_DIR}/* \ ${RPM_BUILD_ROOT}/awips2/edex/lib/native/linux32/awips1 %pre -if [ "${1}" = "1" ]; then - # This Is An Installation - Not An Upgrade. - # Ensure That We Are Being Installed To The Correct Location. - EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` - if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Libraries MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 - fi -fi - if [ "${1}" = "2" ]; then exit 0 fi @@ -112,4 +98,4 @@ rm -rf ${RPM_BUILD_ROOT} %dir /awips2/edex/bin /awips2/edex/bin/* %dir /awips2/edex/lib -/awips2/edex/lib/* \ No newline at end of file +/awips2/edex/lib/* diff --git a/rpms/awips2.edex/Installer.edex-radar/component.spec b/rpms/awips2.edex/Installer.edex-radar/component.spec index e2c308ff75..0285297b21 100644 --- a/rpms/awips2.edex/Installer.edex-radar/component.spec +++ b/rpms/awips2.edex/Installer.edex-radar/component.spec @@ -77,20 +77,6 @@ ${ANT_EXE} -file ${WORKSPACE_DIR}/${DEPLOY_SCRIPT} \ -Dcomponent.to.deploy=edex-radar %pre -if [ "${1}" = "1" ]; then - # This Is An Installation - Not An Upgrade. - # Ensure That We Are Being Installed To The Correct Location. - EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` - if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Plugins MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 - fi -fi - if [ "${1}" = "2" ]; then exit 0 fi @@ -155,4 +141,4 @@ rm -rf ${RPM_BUILD_ROOT} #---------------------------------------------------------------------------# %dir /awips2 %dir /awips2/edex -/awips2/edex/* \ No newline at end of file +/awips2/edex/* diff --git a/rpms/awips2.edex/Installer.edex-satellite/component.spec b/rpms/awips2.edex/Installer.edex-satellite/component.spec index 660a6f5a04..23ca9a21a3 100644 --- a/rpms/awips2.edex/Installer.edex-satellite/component.spec +++ b/rpms/awips2.edex/Installer.edex-satellite/component.spec @@ -77,20 +77,6 @@ ${ANT_EXE} -file ${WORKSPACE_DIR}/${DEPLOY_SCRIPT} \ -Dcomponent.to.deploy=edex-satellite %pre -if [ "${1}" = "1" ]; then - # This Is An Installation - Not An Upgrade. - # Ensure That We Are Being Installed To The Correct Location. - EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` - if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Plugins MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 - fi -fi - if [ "${1}" = "2" ]; then exit 0 fi @@ -155,4 +141,4 @@ rm -rf ${RPM_BUILD_ROOT} #---------------------------------------------------------------------------# %dir /awips2 %dir /awips2/edex -/awips2/edex/* \ No newline at end of file +/awips2/edex/* diff --git a/rpms/awips2.edex/Installer.edex-shapefiles/component.spec b/rpms/awips2.edex/Installer.edex-shapefiles/component.spec index 1b67f9c8f9..5bd588d9e8 100644 --- a/rpms/awips2.edex/Installer.edex-shapefiles/component.spec +++ b/rpms/awips2.edex/Installer.edex-shapefiles/component.spec @@ -95,4 +95,4 @@ echo -e "\e[1;34m--------------------------------------------------------------- %defattr(775,awips,fxalpha,755) %dir /awips2 %dir /awips2/edex -/awips2/edex/* \ No newline at end of file +/awips2/edex/* diff --git a/rpms/awips2.edex/Installer.edex-text/component.spec b/rpms/awips2.edex/Installer.edex-text/component.spec index c3eab49ddc..96d6419286 100644 --- a/rpms/awips2.edex/Installer.edex-text/component.spec +++ b/rpms/awips2.edex/Installer.edex-text/component.spec @@ -77,20 +77,6 @@ ${ANT_EXE} -file ${WORKSPACE_DIR}/${DEPLOY_SCRIPT} \ -Dcomponent.to.deploy=edex-text %pre -if [ "${1}" = "1" ]; then - # This Is An Installation - Not An Upgrade. - # Ensure That We Are Being Installed To The Correct Location. - EDEX_INSTALL=`rpm -q --queryformat '%{INSTALLPREFIX}\n' awips2-edex-base` - if [ ! "${RPM_INSTALL_PREFIX}" = "${EDEX_INSTALL}" ]; then - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - echo -e "\e[1;31m\| ERROR: These Plugins MUST Be Installed At The Same Location As EDEX!!!" - echo -e "\e[1;34m\| INFO: Use '--prefix=${EDEX_INSTALL}'.\e[m" - echo -e "\e[1;31m--------------------------------------------------------------------------------\e[m" - - exit 1 - fi -fi - if [ "${1}" = "2" ]; then exit 0 fi @@ -155,4 +141,4 @@ rm -rf ${RPM_BUILD_ROOT} #---------------------------------------------------------------------------# %dir /awips2 %dir /awips2/edex -/awips2/edex/* \ No newline at end of file +/awips2/edex/*