awips2/deltaScripts/19.2.4/DR7834/removeNotificationServersFile.sh

9 lines
265 B
Bash
Raw Normal View History

2022-05-05 12:34:50 -05:00
#
# Removes replication configuration files.
#
echo "DR #7834: removing notificationServers.xml file"
rm -rf /awips2/edex/data/utility/common_static/site/*/ebxml/registry/notificationServers.xml*
echo "DR #7834: successfully removed notificationServers.xml file"