awips2/deltaScripts/19.2.4/DR7834/removeNotificationServersFile.sh
2022-05-05 12:34:50 -05:00

8 lines
265 B
Bash
Executable file

#
# 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"