Updated the edex-configuration component.spec file so it didn't remove the logback-test.xml file which is used for the new EDEX modes we create.

This commit is contained in:
ucar-tmeyer 2023-08-17 16:40:07 +00:00
parent 3ef5fd41d3
commit b39d21fb06

View file

@ -93,7 +93,8 @@ if [ $? -ne 0 ]; then
fi fi
# remove the test logback configuration used for development # 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 if [ $? -ne 0 ]; then
exit 1 exit 1
fi fi