awips2/deltaScripts/14.3.1/datadelivery/deleteBackupSubs.sh

10 lines
202 B
Bash
Raw Normal View History

2022-05-05 12:34:50 -05:00
#!/bin/bash
#
# Deletes the backuped up subscriptions *.bak files
echo ""
echo "Press Enter to perform the updates Ctrl-C to quit."
read done
rm -rf /awips2/edex/data/registrySubscriptionBackup/*.bak