diff --git a/rpms/awips2.edex/Installer.edex-configuration/component.spec b/rpms/awips2.edex/Installer.edex-configuration/component.spec index e6390449b7..30e36291ff 100644 --- a/rpms/awips2.edex/Installer.edex-configuration/component.spec +++ b/rpms/awips2.edex/Installer.edex-configuration/component.spec @@ -93,7 +93,8 @@ if [ $? -ne 0 ]; then fi # remove the test logback configuration used for development -rm -f ${RPM_BUILD_ROOT}/awips2/edex/conf/logback-test.xml +# We don't want to remove the test logback, because it's used for the new modes we create +#rm -f ${RPM_BUILD_ROOT}/awips2/edex/conf/logback-test.xml if [ $? -ne 0 ]; then exit 1 fi